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