Skip to content

entorb/streamlit-examples

Repository files navigation

Streamlit Examples / Snippets

Some code examples using Python Streamlit.

Contents

Repo Setup

Install

Using Python 3.13 here

see install.sh

Run

see run.sh

Check Code

pre-commit run --all-files
pytest --cov --cov-report=html:coverage_report

are executed via a GitHub Action

Config

see .streamlit/config.toml can be converted to config-prod.toml via scripts/config_convert.py

Links

My Streamlit Projects

Other Python Examples/Snippets