TOPSInfosol commited on
Commit
915f326
·
verified ·
1 Parent(s): 1ff7671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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,