Skip to content

Latest commit

History

History
25 lines (16 loc) 路 497 Bytes

File metadata and controls

25 lines (16 loc) 路 497 Bytes

馃巿 Blank app template

A simple Streamlit app template for you to modify!

Open in Streamlit

How to run it on your own machine

Prerequisite: install uv if you don't already have it.

$ curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Sync the dependencies

    $ uv sync
    
  2. Run the app

    $ uv run streamlit run streamlit_app.py