https://github.com/lewagon/streamlit
A Streamlit demo application for Le Wagon Data Science purpose
https://github.com/lewagon/streamlit
Last synced: 5 months ago
JSON representation
A Streamlit demo application for Le Wagon Data Science purpose
- Host: GitHub
- URL: https://github.com/lewagon/streamlit
- Owner: lewagon
- Created: 2021-09-01T11:14:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T11:07:35.000Z (8 months ago)
- Last Synced: 2025-08-11T13:31:08.487Z (5 months ago)
- Language: Python
- Homepage: https://streamlit.lewagon.ai
- Size: 1.99 MB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is on prod at http://streamlit.lewagon.ai/
# Usage
You may run this on your machine:
``` bash
streamlit run demo.py
```
# Production
If you wish to deploy to prod on heroku, do not forget to configure your email address
``` bash
heroku ps:scale web=1
```