samih-7 commited on
Commit
6d5a7b3
·
verified ·
1 Parent(s): ac6dd20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def search_web(query:str)-> str:
15
  Args:
16
  query: A string representing the query to search for.
17
  """
18
- try:
19
  results = ddg(query)
20
  return results
21
  except Exception as e:
 
15
  Args:
16
  query: A string representing the query to search for.
17
  """
18
+ try:
19
  results = ddg(query)
20
  return results
21
  except Exception as e: