From 75107ee23f0d6ccfe63e11663364af35d8e099bb Mon Sep 17 00:00:00 2001 From: Oleh Omelchenko Date: Thu, 20 Jun 2024 05:27:18 +0300 Subject: [PATCH] add plan --- plan.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plan.md diff --git a/plan.md b/plan.md new file mode 100644 index 0000000..ff14b50 --- /dev/null +++ b/plan.md @@ -0,0 +1,23 @@ +### Plan for the workshop +1. Intro to the instrument +2. Running an app + - Loading and Showing Dataframes + - Caching data + - Showing Visualisations +3. Adding interactive elements + - Sliders + - Dropdowns + - Text Input + - "Expanders" +4. Custom Layout + - Columns + - Sidebar + - Tabs +5. Multi-Page apps +6. Publish on the web + + +### Quick Links: +- https://docs.streamlit.io/get-started/installation +- https://docs.streamlit.io/get-started/fundamentals +- https://docs.streamlit.io/develop/api-reference