Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ app_ui = ui.page_fillable(
|
|
42 |
ui.input_switch("by_species", "Show species", value=True),
|
43 |
ui.input_switch("show_margins", "Show marginal plots", value=True),
|
44 |
),
|
45 |
-
ui.output_ui("
|
46 |
ui.output_ui("value_boxes"),
|
47 |
ui.output_plot("scatter", fill=True),
|
48 |
ui.help_text(
|
|
|
42 |
ui.input_switch("by_species", "Show species", value=True),
|
43 |
ui.input_switch("show_margins", "Show marginal plots", value=True),
|
44 |
),
|
45 |
+
ui.output_ui("uploaded_image"), # display the uploaded TIFF sidewalk tile image
|
46 |
ui.output_ui("value_boxes"),
|
47 |
ui.output_plot("scatter", fill=True),
|
48 |
ui.help_text(
|