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