Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
Β·
ecc39ab
1
Parent(s):
65e5904
FEAT(dashboard): Add interactive analysis dashboard with session state management + app.py >> Upload_and_Run.py 'st.pages'
Browse files
pages/{2_π_Dashboard.py β 2_Dashboard.py}
RENAMED
|
@@ -15,7 +15,7 @@ if "selected_spectrum_file" not in st.session_state:
|
|
| 15 |
)
|
| 16 |
# --- END INITIALIZATION ---
|
| 17 |
|
| 18 |
-
st.title("
|
| 19 |
st.markdown(
|
| 20 |
"Dive deeper into your batch results. Use the charts below to analyze model performance."
|
| 21 |
)
|
|
|
|
| 15 |
)
|
| 16 |
# --- END INITIALIZATION ---
|
| 17 |
|
| 18 |
+
st.title("Interactive Analysis Dashboard")
|
| 19 |
st.markdown(
|
| 20 |
"Dive deeper into your batch results. Use the charts below to analyze model performance."
|
| 21 |
)
|