Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -926,6 +926,8 @@ with gr.Blocks(title="Time Series Forecasting App", theme=theme) as app:
|
|
926 |
with gr.Row(visible=True) as cv_row:
|
927 |
step_size = gr.Slider(1, 50, value=10, step=1, label="Step Size")
|
928 |
num_windows = gr.Slider(1, 20, value=5, step=1, label="Number of Windows")
|
|
|
|
|
929 |
submit_btn = gr.Button("Run Validation and Forecast", variant="primary", size="lg")
|
930 |
|
931 |
# Update visibility of step_size and num_windows based on eval_strategy
|
|
|
926 |
with gr.Row(visible=True) as cv_row:
|
927 |
step_size = gr.Slider(1, 50, value=10, step=1, label="Step Size")
|
928 |
num_windows = gr.Slider(1, 20, value=5, step=1, label="Number of Windows")
|
929 |
+
|
930 |
+
with gr.Row(visible=True) as run_row:
|
931 |
submit_btn = gr.Button("Run Validation and Forecast", variant="primary", size="lg")
|
932 |
|
933 |
# Update visibility of step_size and num_windows based on eval_strategy
|