euler314 commited on
Commit
384ec1c
·
verified ·
1 Parent(s): 2bcda22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3115,9 +3115,9 @@ def create_interface():
3115
  label="Forecast Length (hours)",
3116
  value=72,
3117
  minimum=20,
3118
- maximum=1000,
3119
  step=6,
3120
- info="Extended forecasting: 20-1000 hours (42 days max)"
3121
  )
3122
  advanced_physics = gr.Checkbox(
3123
  label="Advanced Physics",
 
3115
  label="Forecast Length (hours)",
3116
  value=72,
3117
  minimum=20,
3118
+ maximum=100000,
3119
  step=6,
3120
+ info="Extended forecasting: 20-1000hours (42 days max)"
3121
  )
3122
  advanced_physics = gr.Checkbox(
3123
  label="Advanced Physics",