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