Update app.py
Browse files
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()
|