Kibalama commited on
Commit
10c5d5e
·
verified ·
1 Parent(s): 7624326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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