Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)}"
|