https://github.com/mloning/minimal-streaming-streamlit
Minimal example of auto-updating streamlit app
https://github.com/mloning/minimal-streaming-streamlit
Last synced: 11 months ago
JSON representation
Minimal example of auto-updating streamlit app
- Host: GitHub
- URL: https://github.com/mloning/minimal-streaming-streamlit
- Owner: mloning
- Created: 2022-08-07T21:36:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T21:43:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T01:42:46.522Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal streamlit app example
Run in parallel:
* `export APP_UPDATE_FREQ=2 && python make_files.py` to simulate file generation process
* `export APP_UPDATE_FREQ=3 && streamlit run app.py` to run streamlit app