XThomasBU commited on
Commit
1d9ccf6
·
1 Parent(s): 602380b
Files changed (1) hide show
  1. 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)