jayashree commited on
Commit
cba8276
·
verified ·
1 Parent(s): b0e4102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def search(country:str,zipcode:int)-> str:
41
  zipcode: A valid zip code of the country
42
  """
43
  try:
44
- DuckDuckGoSearchTool()
45
 
46
  except Exception as e:
47
  return f"Error fetching hospital name for country & zipcode '{country}','{zipcode}': {str(e)}"
 
41
  zipcode: A valid zip code of the country
42
  """
43
  try:
44
+ DuckDuckGoSearchTool(country,zipcode)
45
 
46
  except Exception as e:
47
  return f"Error fetching hospital name for country & zipcode '{country}','{zipcode}': {str(e)}"