Abhaykoul commited on
Commit
7df1f64
1 Parent(s): f78ebeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def main():
41
  search_results = web_search(query)
42
 
43
  # Pass the search results to the AI for generating a report
44
- prompt = f"Generate a research report based on the following text: {search_results}, also provide source links at bottem"
45
  report = chat_with_ai(prompt)
46
 
47
  # Display the report
 
41
  search_results = web_search(query)
42
 
43
  # Pass the search results to the AI for generating a report
44
+ prompt = f"Generate a research report based on the following text: {search_results}, also provide source links at bottom also if search_results are not enough to generate report so answer users question from search_results"
45
  report = chat_with_ai(prompt)
46
 
47
  # Display the report