Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ from tools.final_answer import FinalAnswerTool
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
|
|
|
|
|
11 |
@tool
|
12 |
def search_the_web(query:str)-> str:
|
13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
|
11 |
+
|
12 |
+
|
13 |
@tool
|
14 |
def search_the_web(query:str)-> str:
|
15 |
#Keep this format for the description / args / args description but feel free to modify the tool
|