aagoluoglu commited on
Commit
204c651
·
verified ·
1 Parent(s): bf00ab1

Update app.py

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