File size: 497 Bytes
c39a084
cecefdc
c39a084
cecefdc
c39a084
 
 
cecefdc
 
f6c65ef
c39a084
cecefdc
 
c39a084
cecefdc
c39a084
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Dashboard Guide (Consolidated)

This document has been simplified for the hackathon. Please use the main guide:

- See `docs/HACKATHON_SUBMISSION.md` for end-to-end demo instructions.

Quick launch:

```bash
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.csv` and `ISDMHack_Hear.csv` in `Data/` if the DuckDB file is not present.