GhoulMac commited on
Commit
99a450c
1 Parent(s): 54277d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with demo:
56
  with gr.Column():
57
  Boiler_output_btn=gr.Button("Forecast")
58
  boiler_plot_forecast=gr.Button("Plot")
59
- boil_plots=gr.Plot
60
 
61
  with gr.TabItem("Upload data"):
62
  file_output = gr.File()
 
56
  with gr.Column():
57
  Boiler_output_btn=gr.Button("Forecast")
58
  boiler_plot_forecast=gr.Button("Plot")
59
+ boil_plots=gr.Plot()
60
 
61
  with gr.TabItem("Upload data"):
62
  file_output = gr.File()