bmaphis commited on
Commit
b4fceb1
·
verified ·
1 Parent(s): 208cb3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ from Gradio_UI import GradioUI
10
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
11
  @tool
12
  def get_search_results(query_string:str,max_results:int) -> str:
13
- def DuckDuckGoSearchTool(query_string: str, max_results: int) -> str:
14
  """
15
  Search DuckDuckGo and return text results.
16
 
 
10
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
11
  @tool
12
  def get_search_results(query_string:str,max_results:int) -> str:
 
13
  """
14
  Search DuckDuckGo and return text results.
15