adriansanz commited on
Commit
43a17a1
verified
1 Parent(s): 87d9805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def predict_disponibilidad(context):
92
  context["month"],
93
  context["day"],
94
  context["hour"],
95
- 0, 0, 0, 0, # ctx hist贸ricos por defecto
96
  temp,
97
  precip
98
  ]])
 
92
  context["month"],
93
  context["day"],
94
  context["hour"],
95
+ 0.9, 0.9, 0.9, 0.9, # ctx hist贸ricos por defecto
96
  temp,
97
  precip
98
  ]])