dibend commited on
Commit
263a565
1 Parent(s): d9b8500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ interface = gr.Interface(
81
  inputs=[
82
  gr.Textbox(label="ZIP Code", placeholder="e.g., 90210"),
83
  gr.Textbox(label="Start Year", placeholder="e.g., 2020"),
84
- gr.Dropdown(label="Start Month", choices=[str(i) for i in range(1, 13)], placeholder="Select Month"),
85
  gr.Slider(minimum=1, maximum=60, step=1, label="Prediction Months", default=12),
86
  ],
87
  outputs="plot",
 
81
  inputs=[
82
  gr.Textbox(label="ZIP Code", placeholder="e.g., 90210"),
83
  gr.Textbox(label="Start Year", placeholder="e.g., 2020"),
84
+ gr.Dropdown(label="Start Month", choices=[str(i) for i in range(1, 13)]),
85
  gr.Slider(minimum=1, maximum=60, step=1, label="Prediction Months", default=12),
86
  ],
87
  outputs="plot",