Update app.py
Browse files
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("
|
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:
|