Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ def web_search(query:str)-> str:
|
|
13 |
"""Performs a duckduckgo web search based on your query (think a Google search) then returns the top search results.
|
14 |
|
15 |
Args:
|
16 |
-
|
|
|
17 |
|
18 |
"""
|
19 |
try:
|
|
|
13 |
"""Performs a duckduckgo web search based on your query (think a Google search) then returns the top search results.
|
14 |
|
15 |
Args:
|
16 |
+
|
17 |
+
description or search paramater(e.g. what is the capital town of Ghana)
|
18 |
|
19 |
"""
|
20 |
try:
|