samih-7 commited on
Commit
aebc8c0
·
verified ·
1 Parent(s): 671cb16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- search_tool = DuckDuckGoSearchTool(max_results=5)
11
 
12
  @tool
13
  def search_web(query:str)-> str:
 
7
 
8
  from Gradio_UI import GradioUI
9
 
10
+ search_tool = DuckDuckGoSearchTool()
11
 
12
  @tool
13
  def search_web(query:str)-> str: