# NOT RUN {
if(interactive()){
ui <- fluidPage(
corazon_gradient(txtColor = "blue"),
h1("This is a Title"),
)
server <- function(input, output) {
}
# Run the application
shinyApp(ui = ui, server = server)
}
# }
Run the code above in your browser using DataLab