require(shiny)
require(fishdictionary)
ui <- fluidPage(
# includeCSS("extra.css"),
includeCSS("nmfs-styles.css"),
uiOutput("choose_topic"),
wellPanel(uiOutput("documentation"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.