Abhaykoul commited on
Commit
f78ebeb
1 Parent(s): 757ef5e

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}"
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 bottem"
45
  report = chat_with_ai(prompt)
46
 
47
  # Display the report