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

Update app.py

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