asdfaman commited on
Commit
71a2add
·
verified ·
1 Parent(s): fc063c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -157,10 +157,10 @@ if app_mode == "Welcome":
157
  st.write("# Welcome to Amazon Smbhav! 🎉")
158
 
159
  # Example for adding a local video
160
- # video_file = open('Finalist.mp4', 'rb') # Replace with the path to your video file
161
- # video_bytes = video_file.read()
162
- # # Embed the video using st.video()
163
- # st.video(video_bytes)
164
 
165
  # Add a welcome image
166
  welcome_image = Image.open("grid_banner.jpg") # Replace with the path to your welcome image
 
157
  st.write("# Welcome to Amazon Smbhav! 🎉")
158
 
159
  # Example for adding a local video
160
+ video_file = open('Finalist.mp4', 'rb') # Replace with the path to your video file
161
+ video_bytes = video_file.read()
162
+ # Embed the video using st.video()
163
+ st.video(video_bytes)
164
 
165
  # Add a welcome image
166
  welcome_image = Image.open("grid_banner.jpg") # Replace with the path to your welcome image