prithivMLmods commited on
Commit
322b3ab
·
verified ·
1 Parent(s): 218cef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -453,7 +453,7 @@ def generate(
453
  else:
454
  # Otherwise, treat the rest as a search query.
455
  query = web_command
456
- yield "Searching the web..."
457
  searcher = DuckDuckGoSearchTool()
458
  results = searcher.forward(query)
459
  yield results
 
453
  else:
454
  # Otherwise, treat the rest as a search query.
455
  query = web_command
456
+ yield "Perform a web search ..."
457
  searcher = DuckDuckGoSearchTool()
458
  results = searcher.forward(query)
459
  yield results