Spaces:
Sleeping
Sleeping
Dashboard Guide (Consolidated)
This document has been simplified for the hackathon. Please use the main guide:
- See
docs/HACKATHON_SUBMISSION.mdfor end-to-end demo instructions.
Quick launch:
uv run streamlit run scheduler/dashboard/app.py
# Then open http://localhost:8501
Data source:
- Preferred:
Data/court_data.duckdb(tables:cases,hearings). - Fallback: place
ISDMHack_Cases_WPfinal.csvandISDMHack_Hear.csvinData/if the DuckDB file is not present.