Skip to content

A template for simple, book-style Streamlit apps. Uses uv

Notifications You must be signed in to change notification settings

peterdresslar/my-streamlit-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Streamlit App Template

A quick start on Streamlit apps with a tilt toward pages.

Peter Dresslar, @peterdresslar

To develop

Clone or create a repo from this template.

Adding a page:

touch app/pages/somepage.py

To clean

uv run ruff check --fix

To run with uv

uv venv
uv sync
uv run streamlit run app/app.py

# or, if you use just:
# just start

To deploy

There is a button, but I prefer to just find my repo from the streamlit app site. YOLO and/or YMMV

About

A template for simple, book-style Streamlit apps. Uses uv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published