euler314 commited on
Commit
b3a513b
·
verified ·
1 Parent(s): 4088951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1097,7 +1097,7 @@ def create_interface():
1097
  with gr.Row():
1098
  start_year = gr.Number(label="Start Year", value=2000)
1099
  start_month = gr.Dropdown(label="Start Month", choices=list(range(1, 13)), value=1)
1100
- end_year = gr.Number(label="End Year", value=2024)
1101
  end_month = gr.Dropdown(label="End Month", choices=list(range(1, 13)), value=6)
1102
  enso_phase = gr.Dropdown(label="ENSO Phase", choices=['all', 'El Nino', 'La Nina', 'Neutral'], value='all')
1103
  typhoon_search = gr.Textbox(label="Typhoon Search")
 
1097
  with gr.Row():
1098
  start_year = gr.Number(label="Start Year", value=2000)
1099
  start_month = gr.Dropdown(label="Start Month", choices=list(range(1, 13)), value=1)
1100
+ end_year = gr.Number(label="End Year", value=2025)
1101
  end_month = gr.Dropdown(label="End Month", choices=list(range(1, 13)), value=6)
1102
  enso_phase = gr.Dropdown(label="ENSO Phase", choices=['all', 'El Nino', 'La Nina', 'Neutral'], value='all')
1103
  typhoon_search = gr.Textbox(label="Typhoon Search")