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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ interface = gr.Interface(
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",
88
  layout="vertical",
 
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"),
86
  ],
87
  outputs="plot",
88
  layout="vertical",