Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,10 @@ from Gradio_UI import GradioUI
|
|
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
|
|
|
10 |
|
11 |
|
12 |
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
@tool
|
18 |
def search_the_web(query:str)-> str:
|
19 |
#Keep this format for the description / args / args description but feel free to modify the tool
|