aagoluoglu commited on
Commit
cb0dd04
·
verified ·
1 Parent(s): 975e580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("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(
 
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(