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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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.
 
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.