awacke1 commited on
Commit
20a597f
·
1 Parent(s): 3edf9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import base64
3
  import time
4
 
5
  # Read the video file as bytes
6
- with open("Walking On Bourbon Street.mp4", "rb") as file:
7
  video_bytes = file.read()
8
 
9
  video_placeholder = st.empty()
 
3
  import time
4
 
5
  # Read the video file as bytes
6
+ with open("Walking on Bourbon Street.mp4", "rb") as file:
7
  video_bytes = file.read()
8
 
9
  video_placeholder = st.empty()