Spaces:
Runtime error
Runtime error
ercanburak
commited on
Commit
•
21dd0ef
1
Parent(s):
faafaa2
write info message below the video
Browse files
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.")
|