Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ login(hf_token)
|
|
25 |
|
26 |
@tool
|
27 |
def search(query:str)-> str:
|
28 |
-
#Keep this format for the description / args / args description but feel free to modify the tool
|
29 |
"""A tool that searches the web
|
30 |
Args:
|
31 |
query: a string representing what is to be searched on the web
|
|
|
25 |
|
26 |
@tool
|
27 |
def search(query:str)-> str:
|
|
|
28 |
"""A tool that searches the web
|
29 |
Args:
|
30 |
query: a string representing what is to be searched on the web
|