# NOT RUN {
app <- dash_app()
# Add a single meta tag
app %>% add_meta(list(name = "description", content = "My App"))
# Add multiple meta tags
app %>% add_meta(list(
list(name = "keywords", content = "dash, analysis, graphs"),
list(name = "viewport", content = "width=device-width, initial-scale=1.0")
))
# }
Run the code above in your browser using DataLab