Spoon-assassin commited on
Commit
c3a2736
·
verified ·
1 Parent(s): 7d52581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.