Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,9 +12,9 @@ from Gradio_UI import GradioUI
|
|
| 12 |
def ddg_search(search: str) -> str:
|
| 13 |
"""A tool that fetches a summarized info of a internet search with guck guck go.
|
| 14 |
Args:
|
| 15 |
-
search
|
| 16 |
Returns:
|
| 17 |
-
|
| 18 |
"""
|
| 19 |
return DuckDuckGoSearchTool(search)
|
| 20 |
|
|
|
|
| 12 |
def ddg_search(search: str) -> str:
|
| 13 |
"""A tool that fetches a summarized info of a internet search with guck guck go.
|
| 14 |
Args:
|
| 15 |
+
search: A string representing the information required to search on duck duck go.
|
| 16 |
Returns:
|
| 17 |
+
A string with sumnmary of the most relevants links about the query
|
| 18 |
"""
|
| 19 |
return DuckDuckGoSearchTool(search)
|
| 20 |
|