Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def get_weather_forecast(city: str, days: str=3) -> str:
|
|
| 87 |
days: The number of days to forecast (int, default is 3).
|
| 88 |
|
| 89 |
Returns:
|
| 90 |
-
A string
|
| 91 |
Prints an error message if the API request fails.
|
| 92 |
"""
|
| 93 |
|
|
|
|
| 87 |
days: The number of days to forecast (int, default is 3).
|
| 88 |
|
| 89 |
Returns:
|
| 90 |
+
A string containing the weather forecast in CSV format.
|
| 91 |
Prints an error message if the API request fails.
|
| 92 |
"""
|
| 93 |
|