box(
width = 8,
title = "Graph 1",
color = "green",
ribbon = TRUE,
title_side = "top right",
column(
width = 8,
plotOutput("boxplot1")
)
),
box(
width = 8,
title = "Graph 2",
color = "red",
ribbon = TRUE,
title_side = "top right"
)