Spaces:
Running
Running
update 1,000->100,000
Browse files
app.py
CHANGED
|
@@ -297,7 +297,7 @@ with gr.Blocks(title="VisionTS++ Advanced Forecasting Platform", theme=gr.themes
|
|
| 297 |
run_btn = gr.Button("π Run Forecast", variant="primary")
|
| 298 |
|
| 299 |
gr.Markdown("### 2. Sample Selection")
|
| 300 |
-
sample_index = gr.Slider(label="Sample Index", minimum=0, maximum=
|
| 301 |
|
| 302 |
with gr.Column(scale=3):
|
| 303 |
gr.Markdown("### 3. Prediction Results")
|
|
|
|
| 297 |
run_btn = gr.Button("π Run Forecast", variant="primary")
|
| 298 |
|
| 299 |
gr.Markdown("### 2. Sample Selection")
|
| 300 |
+
sample_index = gr.Slider(label="Sample Index", minimum=0, maximum=100000, step=1, value=100000)
|
| 301 |
|
| 302 |
with gr.Column(scale=3):
|
| 303 |
gr.Markdown("### 3. Prediction Results")
|