Manasa1 commited on
Commit
edf64cb
·
verified ·
1 Parent(s): ee63f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with tab2:
120
  video_url = st.text_input("Enter YouTube Video URL:", "")
121
  user_query = st.text_area("Enter your question about the video (optional):", "")
122
 
123
- if st.button("🔍 Analyze Video", key="analyze_video_button"):
124
  if video_url:
125
  with st.spinner("Analyzing..."):
126
  try:
 
120
  video_url = st.text_input("Enter YouTube Video URL:", "")
121
  user_query = st.text_area("Enter your question about the video (optional):", "")
122
 
123
+ if st.button(" Analyze the Video", key="analyze_video_button"):
124
  if video_url:
125
  with st.spinner("Analyzing..."):
126
  try: