Update app.py
Browse filesfixed build issue
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def get_attractions(city: str) -> str:
|
|
| 60 |
attractions = [result["name"] for result in response["results"]]
|
| 61 |
return f"Faiyaz-Recommended places by of attraction in {city}:\n" + "\n".join(attractions)
|
| 62 |
except Exception as e:
|
| 63 |
-
return f"Error fetching attractions data: {str(e) by Faiyaz
|
| 64 |
|
| 65 |
|
| 66 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
|
| 60 |
attractions = [result["name"] for result in response["results"]]
|
| 61 |
return f"Faiyaz-Recommended places by of attraction in {city}:\n" + "\n".join(attractions)
|
| 62 |
except Exception as e:
|
| 63 |
+
return f"Error fetching attractions data: {str(e)} by Faiyaz"
|
| 64 |
|
| 65 |
|
| 66 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|