Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def main():
|
|
| 70 |
st.stop()
|
| 71 |
|
| 72 |
# Step 2: Upload Video
|
| 73 |
-
st.subheader("
|
| 74 |
uploaded_file = st.file_uploader("Upload a video", type=['mp4', 'mov', 'avi', 'mkv', 'webm'])
|
| 75 |
|
| 76 |
if uploaded_file:
|
|
@@ -153,7 +153,7 @@ def main():
|
|
| 153 |
st.rerun()
|
| 154 |
|
| 155 |
# Step 3: Chat about Video
|
| 156 |
-
st.subheader("
|
| 157 |
|
| 158 |
if st.session_state.video_file:
|
| 159 |
# Display chat history
|
|
|
|
| 70 |
st.stop()
|
| 71 |
|
| 72 |
# Step 2: Upload Video
|
| 73 |
+
st.subheader("Upload your video file")
|
| 74 |
uploaded_file = st.file_uploader("Upload a video", type=['mp4', 'mov', 'avi', 'mkv', 'webm'])
|
| 75 |
|
| 76 |
if uploaded_file:
|
|
|
|
| 153 |
st.rerun()
|
| 154 |
|
| 155 |
# Step 3: Chat about Video
|
| 156 |
+
st.subheader("Chat with your video")
|
| 157 |
|
| 158 |
if st.session_state.video_file:
|
| 159 |
# Display chat history
|