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