#' @importFrom shiny fluidPage includeCSS uiOutput
app_ui <- function(request) {
fluidPage(
includeCSS(system.file("www/custom.css", package = "backyard")),
uiOutput("ui")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.