Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ app_ui = ui.page_fillable(
|
|
54 |
ui.input_switch("show_margins", "Show marginal plots", value=True),
|
55 |
),
|
56 |
ui.output_image("uploaded_image"), # display the uploaded TIFF sidewalk tile image
|
57 |
-
ui.output_plot("prediction_plots"),
|
58 |
ui.output_ui("value_boxes"),
|
59 |
ui.output_plot("scatter", fill=True),
|
60 |
ui.help_text(
|
|
|
54 |
ui.input_switch("show_margins", "Show marginal plots", value=True),
|
55 |
),
|
56 |
ui.output_image("uploaded_image"), # display the uploaded TIFF sidewalk tile image
|
57 |
+
ui.output_plot("prediction_plots", fill=True),
|
58 |
ui.output_ui("value_boxes"),
|
59 |
ui.output_plot("scatter", fill=True),
|
60 |
ui.help_text(
|