rhea2809 commited on
Commit
baa8ee1
·
1 Parent(s): 572f601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)