diff --git a/ml/ui.R b/ml/ui.R index e3bc10d..927d0b9 100644 --- a/ml/ui.R +++ b/ml/ui.R @@ -59,8 +59,8 @@ dashboardPage(skin="purple", dashboardBody( useShinyjs(), #plotlyOutput("plot", height = 800), - box(plotOutput("plot"), width="100%", title="Baseline Model (all features)"), - box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"), + box(plotOutput("plot"), height="450", width="100%", title="Baseline Model (all features)"), + box(plotOutput("feature_plot"), height="450", width="100%", title="Feature Selection (no resampling)"), # %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner #downloadButton("save", "Download Plot"), #DT::dataTableOut("plotdata"),