kyars commited on
Commit
2856309
·
verified ·
1 Parent(s): 753af0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
12
  def search(query:str)-> str:
13
  """A tool that searches the internet
14
  Args:
15
- Query.
16
  """
17
  return DuckDuckGoSearchTool(query)
18
 
 
12
  def search(query:str)-> str:
13
  """A tool that searches the internet
14
  Args:
15
+ query: search terms
16
  """
17
  return DuckDuckGoSearchTool(query)
18