TroglodyteDerivations commited on
Commit
864310d
·
verified ·
1 Parent(s): 041af41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,11 +4,12 @@ from streamlit_player import st_player
4
  # Set the title of the app
5
  st.title("Laura Osma Agentic AI Test")
6
 
7
- # Play the ia_agentica_result.mp4 file
8
  #st.header("Result Video")
9
  #video_file = open('result.mp4', 'rb')
10
  #video_bytes = video_file.read()
11
  #st.video(video_bytes)
 
12
  # Play the ia_agentica_result.mp4 file
13
  st.header("IA Agentica Result Video")
14
  video_file = open('ia_agentica_result.mp4', 'rb')
 
4
  # Set the title of the app
5
  st.title("Laura Osma Agentic AI Test")
6
 
7
+ # Play the result.mp4 file
8
  #st.header("Result Video")
9
  #video_file = open('result.mp4', 'rb')
10
  #video_bytes = video_file.read()
11
  #st.video(video_bytes)
12
+
13
  # Play the ia_agentica_result.mp4 file
14
  st.header("IA Agentica Result Video")
15
  video_file = open('ia_agentica_result.mp4', 'rb')