Pattr commited on
Commit
f1453ac
·
1 Parent(s): 9347461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_weather_forecast(Province,Activity,Purpose,Year,Month,Date):
22
  forecast = rain_model.predict(date_time)
23
 
24
 
25
- if float(forecast['yhat'][0]) >= 5:
26
  WeatherCon = 'SUNNY'
27
  txt = 'น้อย'
28
  else:
 
22
  forecast = rain_model.predict(date_time)
23
 
24
 
25
+ if float(forecast['yhat'][0]) >= 6:
26
  WeatherCon = 'SUNNY'
27
  txt = 'น้อย'
28
  else: