Spaces:
Sleeping
Sleeping
update
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -960,7 +960,7 @@ with right:
|
|
| 960 |
row_view = df_raw[df_raw["video_id"] == selected_vid].iloc[0]
|
| 961 |
|
| 962 |
st.markdown("### Scores")
|
| 963 |
-
st.caption("Display: action_mean_intra is flipped once for readability; pairwise uses original (lower is better).")
|
| 964 |
|
| 965 |
model_metrics = {
|
| 966 |
k: round(float(row_view[k]), 3)
|
|
|
|
| 960 |
row_view = df_raw[df_raw["video_id"] == selected_vid].iloc[0]
|
| 961 |
|
| 962 |
st.markdown("### Scores")
|
| 963 |
+
# st.caption("Display: action_mean_intra is flipped once for readability; pairwise uses original (lower is better).")
|
| 964 |
|
| 965 |
model_metrics = {
|
| 966 |
k: round(float(row_view[k]), 3)
|