Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 701 Bytes

File metadata and controls

28 lines (17 loc) · 701 Bytes

epiworldPythonStreamlit

Streamlit webapp for epiworld.

Please install dependencies with a dependency manager capable of reading pyproject.toml files (most modern solutions will work). For example, with uv:

uv sync

Please note that this step is not required if working in a containerized context.

You may then run with:

uv run -m streamlit run app.py

Launch the App online

Click below to open the live Streamlit application, as currently deployed:

https://epiworldpythonapp.streamlit.app/

(If the app is still deploying, it may take a few seconds to load.)

Please follow instructions in your console for loading development versions.