Streamlit example with fake data demonstrating how to build an awesome forecast app.
-
Get the code:
$ git clone https://github.com/streamlit/demo-forecast.git
-
Start a virtual environment and get the dependencies (requires uv):
$ uv venv $ .venv/bin/activate $ uv sync
-
Start the app:
$ streamlit run streamlit_app.py