Spaces:
Sleeping
Sleeping
Updated
Browse filesUpdate=True removed
app.py
CHANGED
@@ -80,4 +80,4 @@ with gr.Blocks() as demo:
|
|
80 |
submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
|
81 |
|
82 |
|
83 |
-
demo.launch(
|
|
|
80 |
submit_btn.click(get_forecast, inputs=dropdown, outputs=forecast_plot)
|
81 |
|
82 |
|
83 |
+
demo.launch()
|