mirror of
https://github.com/olehomelchenko/kse-streamlit-2024-06.git
synced 2025-12-21 21:22:24 +00:00
24 lines
528 B
Markdown
24 lines
528 B
Markdown
### 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
|