#' Overall App Server
#'
#' @param input input
#' @param output output
#' @param session session
#'
#' @return shiny server objects
app_server <- function(input, output,session) {
# whisker tag to add new module servers
#{{ADD_MODULE_SERVER}}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.