Update app.py
Browse files
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)]
|
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",
|