A quick start on Streamlit apps with a tilt toward pages.
Peter Dresslar, @peterdresslar
Clone or create a repo from this template.
Adding a page:
touch app/pages/somepage.pyuv run ruff check --fixuv venv
uv sync
uv run streamlit run app/app.py
# or, if you use just:
# just startThere is a button, but I prefer to just find my repo from the streamlit app site. YOLO and/or YMMV