🎈 Blank app template A simple Streamlit app template for you to modify! 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 Sync the dependencies $ uv sync Run the app $ uv run streamlit run streamlit_app.py