From d74280c526452dcdb1e3fbd396ba4b8e5deb73a6 Mon Sep 17 00:00:00 2001 From: Ani <5357586+anistark@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:29:53 +0530 Subject: [PATCH] swap slots in workshop schedule (#91) --- src/_data/schedule.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_data/schedule.json b/src/_data/schedule.json index b08c720..f4c5cc0 100644 --- a/src/_data/schedule.json +++ b/src/_data/schedule.json @@ -24,15 +24,15 @@ "speaker": "Abhijeet Kumar", "title": "Chat with Tables: Developing Q&A system on Tabular data using Code Generative LLMs (AI and Machine Learning)" }, - { - "link": "https://in.pycon.org/cfp/2024/proposals/creating-low-cost-sensor-dataloggers-with-python-and-microcontrollers~e1wYj/", - "speaker": "Jithin", - "title": "Creating Low Cost Sensor dataloggers with Python and Microcontrollers (Hardware)" - }, { "link": "https://in.pycon.org/cfp/2024/proposals/python-powered-algorithmic-trading-from-theory-to-practice~dNk5L/", "speaker": "Mohit Khandelwal", "title": "Python-Powered Algorithmic Trading: From Theory to Practice (Other)" + }, + { + "link": "https://in.pycon.org/cfp/2024/proposals/creating-low-cost-sensor-dataloggers-with-python-and-microcontrollers~e1wYj/", + "speaker": "Jithin BP", + "title": "Creating Low Cost Sensor dataloggers with Python and Microcontrollers (Hardware)" } ] },