Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with tab2:
|
|
125 |
with st.spinner("Analyzing..."):
|
126 |
try:
|
127 |
if user_query:
|
128 |
-
prompt = f"""Analyze the video for content and context. Provide a detailed summary. Search the internet for similar topics discussed in the uploaded video.
|
129 |
Respond to the following query using video insights and supplementary web research:
|
130 |
{user_query}
|
131 |
Provide a detailed, user-friendly, and actionable response.
|
|
|
125 |
with st.spinner("Analyzing..."):
|
126 |
try:
|
127 |
if user_query:
|
128 |
+
prompt = f"""Analyze the video captions for content and context. Provide a detailed summary. Search the internet for similar topics discussed in the uploaded video.
|
129 |
Respond to the following query using video insights and supplementary web research:
|
130 |
{user_query}
|
131 |
Provide a detailed, user-friendly, and actionable response.
|