ercanburak commited on
Commit
21dd0ef
1 Parent(s): faafaa2

write info message below the video

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -231,3 +231,7 @@ if video_bytes is None:
231
  st.stop()
232
 
233
  st.video(video_bytes)
 
 
 
 
 
231
  st.stop()
232
 
233
  st.video(video_bytes)
234
+
235
+ if len(selected_metrics) > 0:
236
+ st.write("Note: For the selected metrics, the instantaneous values are indicated to the upper right of each subplot, "
237
+ "whereas the average value over the sequence is indicated in parenthesis next to it.")