├── README.md ├── data └── example.gif ├── main.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/streamlit-demo/HEAD/README.md -------------------------------------------------------------------------------- /data/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/streamlit-demo/HEAD/data/example.gif -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/streamlit-demo/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | matplotlib 3 | scikit-learn 4 | --------------------------------------------------------------------------------