samih-7 commited on
Commit
14e76b1
·
verified ·
1 Parent(s): f8a4930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -8,8 +8,6 @@ from tools.final_answer import FinalAnswerTool
8
 
9
  from Gradio_UI import GradioUI
10
 
11
- search_tool = DuckDuckGoSearchTool(max_results=5)
12
-
13
  @tool
14
  def search_web(query:str)-> str:
15
  """A tool that runs a DuckDuckGo search and returns a formatted result."
 
8
 
9
  from Gradio_UI import GradioUI
10
 
 
 
11
  @tool
12
  def search_web(query:str)-> str:
13
  """A tool that runs a DuckDuckGo search and returns a formatted result."