diff --git a/components/maprenders.R b/components/maprenders.R index ddb2cf8..dbc9514 100644 --- a/components/maprenders.R +++ b/components/maprenders.R @@ -25,4 +25,4 @@ When using the models, it is important to explore all the details to evaluate th ) ) -shinyalert("Welcome", welcome_message, type = "info", html = T, size = "s") \ No newline at end of file +shinyalert("Welcome", welcome_message, type = "info", html = T, size = "s", closeOnClickOutside = T) \ No newline at end of file