TroglodyteDerivations
commited on
Update app.py
Browse files
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
|
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')
|