Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ with col1:
|
|
17 |
st.video(video_bytes)
|
18 |
|
19 |
with col2:
|
20 |
-
video_file1 = open('Demo', 'rb')
|
21 |
video_bytes1 = video_file1.read()
|
22 |
st.video(video_bytes1)
|
|
|
17 |
st.video(video_bytes)
|
18 |
|
19 |
with col2:
|
20 |
+
video_file1 = open('Demo.mp4', 'rb')
|
21 |
video_bytes1 = video_file1.read()
|
22 |
st.video(video_bytes1)
|