Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def get_weather_forecast(city: str, days: str=3) -> str:
|
|
| 84 |
|
| 85 |
Args:
|
| 86 |
city: a sting of the name of the city to get weather
|
| 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.
|
|
|
|
| 84 |
|
| 85 |
Args:
|
| 86 |
city: a sting of the name of the city to get weather
|
| 87 |
+
days: The number of days to forecast including today. So the weather 4 days from now would need an input of 5 (int, default is 3).
|
| 88 |
|
| 89 |
Returns:
|
| 90 |
A string containing the weather forecast in CSV format.
|