ninte commited on
Commit
849c295
·
verified ·
1 Parent(s): 43feaed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def web_search(query:str)-> str:
13
  """Performs a duckduckgo web search based on your query (think a Google search) then returns the top search results.
14
 
15
  Args:
16
- A query, description or search paramater(e.g. what is the capital town of Ghana)
 
17
 
18
  """
19
  try:
 
13
  """Performs a duckduckgo web search based on your query (think a Google search) then returns the top search results.
14
 
15
  Args:
16
+
17
+ description or search paramater(e.g. what is the capital town of Ghana)
18
 
19
  """
20
  try: