Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,6 @@ from Gradio_UI import GradioUI
|
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
def get_search_results(query_string:str,max_results:int) -> str:
|
| 13 |
-
def DuckDuckGoSearchTool(query_string: str, max_results: int) -> str:
|
| 14 |
"""
|
| 15 |
Search DuckDuckGo and return text results.
|
| 16 |
|
|
|
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
def get_search_results(query_string:str,max_results:int) -> str:
|
|
|
|
| 13 |
"""
|
| 14 |
Search DuckDuckGo and return text results.
|
| 15 |
|