Update app.py
Browse files
app.py
CHANGED
|
@@ -228,5 +228,5 @@ with gr.Blocks(analytics_enabled=False,theme=gr.themes.Soft()) as demo:
|
|
| 228 |
btn.click(create_plot, ui.all_components(), plot)
|
| 229 |
demo.load(create_plot, ui.all_components(), plot)
|
| 230 |
|
| 231 |
-
demo.launch(
|
| 232 |
# ====================================================================
|
|
|
|
| 228 |
btn.click(create_plot, ui.all_components(), plot)
|
| 229 |
demo.load(create_plot, ui.all_components(), plot)
|
| 230 |
|
| 231 |
+
demo.launch()
|
| 232 |
# ====================================================================
|