An open API service indexing awesome lists of open source software.

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

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