tabpanel.learners = fluidPage(
theme = shinytheme("united"),
fluidRow(
box(title = "Choose learners", width = 12, collapsible = TRUE,
htmlOutput("learners.text"),
div(align = "center",
uiOutput("learners.sel")
)
)
),
fluidRow(
uiOutput("learners.ui")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.