Spaces:
Running
Running
Update app.py
Browse files
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:
|
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
|