Kibalama commited on
Commit
b309f75
·
verified ·
1 Parent(s): 224b2d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ login(hf_token)
24
 
25
 
26
  @tool
27
- def search_the_web(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:
 
24
 
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: