Manasa1 commited on
Commit
bad2883
Β·
verified Β·
1 Parent(s): b6c5da7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with tab2:
124
  help="Provide specific questions or insights you want from the video."
125
  )
126
 
127
- if st.button(""πŸ” Analyze Video", key="analyze_video_button""):
128
  if video_url:
129
  with st.spinner("Analyzing..."):
130
  try:
 
124
  help="Provide specific questions or insights you want from the video."
125
  )
126
 
127
+ if st.button("πŸ” Analyze Video", key="analyze_video_button"):
128
  if video_url:
129
  with st.spinner("Analyzing..."):
130
  try: