TOPSInfosol
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -388,13 +388,11 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
388 |
with gr.Tabs():
|
389 |
with gr.TabItem("Line Chart"):
|
390 |
with gr.Row():
|
391 |
-
plot_forecast_output = gr.Plot(label="Chronos Forecasting Visualization")
|
392 |
with gr.TabItem("Bar Chart"):
|
393 |
with gr.Row():
|
394 |
bar_plot_forecast_output = gr.Plot(label="Chronos Forecasting Visualization (Bar)")
|
395 |
|
396 |
-
with gr.Row():
|
397 |
-
plot_forecast_output = gr.Plot(label="Chronos Forecasting Visualization")
|
398 |
|
399 |
forecast_btn.click(
|
400 |
forecast_chronos_data,
|
|
|
388 |
with gr.Tabs():
|
389 |
with gr.TabItem("Line Chart"):
|
390 |
with gr.Row():
|
391 |
+
plot_forecast_output = gr.Plot(label="Chronos Forecasting Visualization (Line)")
|
392 |
with gr.TabItem("Bar Chart"):
|
393 |
with gr.Row():
|
394 |
bar_plot_forecast_output = gr.Plot(label="Chronos Forecasting Visualization (Bar)")
|
395 |
|
|
|
|
|
396 |
|
397 |
forecast_btn.click(
|
398 |
forecast_chronos_data,
|