Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 175 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 175 Bytes

Streamlit UI

Build and run with:

uv venv
uv install .
npm install --prefix src/frontend
npm run --prefix src/frontend build

uv run streamlit run serc/main.py