Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks() as app:
|
|
68 |
plot_btn.click(plot_dot, inputs=[fcs_file, x_param, y_param], outputs=plot_output)
|
69 |
|
70 |
# Run the app
|
71 |
-
app.launch()
|
|
|
68 |
plot_btn.click(plot_dot, inputs=[fcs_file, x_param, y_param], outputs=plot_output)
|
69 |
|
70 |
# Run the app
|
71 |
+
app.launch()
|