Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,6 @@ from tools.final_answer import FinalAnswerTool
|
|
| 8 |
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
| 11 |
-
search_tool = DuckDuckGoSearchTool(max_results=5)
|
| 12 |
-
|
| 13 |
@tool
|
| 14 |
def search_web(query:str)-> str:
|
| 15 |
"""A tool that runs a DuckDuckGo search and returns a formatted result."
|
|
|
|
| 8 |
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
|
|
|
|
|
|
| 11 |
@tool
|
| 12 |
def search_web(query:str)-> str:
|
| 13 |
"""A tool that runs a DuckDuckGo search and returns a formatted result."
|