Commit History

Update dashboard/app.py
8a3223a
Running
verified

textgeflecht commited on

Update dashboard/app.py
51f2901
verified

textgeflecht commited on

Update dashboard/app.py
5397e55
verified

textgeflecht commited on

Update dashboard/app.py
0f62a7d
verified

textgeflecht commited on

Update dashboard/app.py
c6dc17f
verified

textgeflecht commited on

Update dashboard/app.py
42fc7b6
verified

textgeflecht commited on

Update dashboard/app.py
5985927
verified

textgeflecht commited on

Update dashboard/app.py
5676fbf
verified

textgeflecht commited on

Update dashboard/app.py
b653664
verified

textgeflecht commited on

Update dashboard/app.py
f4aa454
verified

textgeflecht commited on

Update dashboard/app.py
1a1c2cb
verified

textgeflecht commited on

Update dashboard/app.py
b5adb0e
verified

textgeflecht commited on

app.py added debug prints
9734238

loghugging25 commited on

app.py: xplicitly checks for the DASHBOARD_FROM_RESULTS_DIR environment variable when from_results_dir is None, ensuring the correct directory is used even if Click's auto_envvar_prefix mechanism isn't working as expected.
fcecfa3

loghugging25 commited on

app.py: fix ensures that if from_results_dir is used, the dashboard loads the parquet file from the correct location (inside the results directory) instead of looking for it in the current working directory.
8f99c19

loghugging25 commited on

app.py: fix missing benchmarks.parquet error. strip the prefix for local files and pass a simple relative path to pd.read_parquet. This ensures the path is interpreted correctly as relative to the current working directory.
da031a5

loghugging25 commited on