asdfaman commited on
Commit
fc063c1
·
verified ·
1 Parent(s): 707882e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -150,17 +150,17 @@ st.sidebar.write("DELHI TECHNOLOGICAL UNIVERSITY")
150
 
151
  # Navbar with task tabs
152
  st.sidebar.title("Navigation")
153
- st.sidebar.write("Team Name: aman.dp121")
154
  app_mode = st.sidebar.selectbox("Choose the task", ["Welcome","Project Details", "Task 1","Team Details"])
155
  if app_mode == "Welcome":
156
  # Navigation Menu
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
 
150
 
151
  # Navbar with task tabs
152
  st.sidebar.title("Navigation")
153
+ st.sidebar.write("Team Name: sadhya")
154
  app_mode = st.sidebar.selectbox("Choose the task", ["Welcome","Project Details", "Task 1","Team Details"])
155
  if app_mode == "Welcome":
156
  # Navigation Menu
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