stevafernandes commited on
Commit
b389a39
·
verified ·
1 Parent(s): 37bcf18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ def main():
70
  st.stop()
71
 
72
  # Step 2: Upload Video
73
- st.subheader("Step 1: 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,7 +153,7 @@ def main():
153
  st.rerun()
154
 
155
  # Step 3: Chat about Video
156
- st.subheader("Step 2: Chat with your video")
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