It is launched on Heroku as the streamlit-cheatsheet app.
Displays a steamlit dash app which shows examples on how to use the streamlit library.
+-- assets/ # project images
+-- data/ # data files
+-- config.py # dashboard project config
+-- functions.py # dashboard project specific functions
+-- app.py # streamlit main webapp
+-- .gitignore
+-- LICENSE # The project license
+-- README.md # This file
pip install pipenv
pipenv install
pipenv shell
streamlit run app.py
- tschinz - Github Profile