# shiny app: ui file
# setup ----
# !diagnostics suppress=.,
# helpers ----
.TITLE <- "App Title"
# ui ----
.APP_UI <- fluidPage(
# shinyjs::useShinyjs(),
# bsplus::use_bs_tooltip(),
title = .TITLE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.