Spaces:
Running
Running
devjas1
commited on
Commit
·
77734fd
1
Parent(s):
faf7180
FIX(results_manager): correct dashboard page link case sensitivity in ResultsManager
Browse files- utils/results_manager.py +1 -1
utils/results_manager.py
CHANGED
@@ -289,7 +289,7 @@ class ResultsManager:
|
|
289 |
st.dataframe(df, use_container_width=True)
|
290 |
with st.container(border=None, key="page-link-container"):
|
291 |
st.page_link(
|
292 |
-
"pages/
|
293 |
label="Inference Analysis Dashboard",
|
294 |
help="Dive deeper into your batch results.",
|
295 |
use_container_width=False,
|
|
|
289 |
st.dataframe(df, use_container_width=True)
|
290 |
with st.container(border=None, key="page-link-container"):
|
291 |
st.page_link(
|
292 |
+
"pages/2_Dashboard.py",
|
293 |
label="Inference Analysis Dashboard",
|
294 |
help="Dive deeper into your batch results.",
|
295 |
use_container_width=False,
|