# NOT RUN {
if (interactive()) {
# The <big> tag is not supported in HTML5.
# Instead, use the font-size property in
# CSS to enlarge text.
library(dash)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlP(children="This text will display in standard size."),
htmlBig(children="This text may or may not appear slightly larger.")
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab