Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 "
|
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
|