Spaces:
Runtime error
Runtime error
Fix msg
Browse files
app.R
CHANGED
@@ -127,7 +127,7 @@ server <- function(input, output, session) {
|
|
127 |
TRUE
|
128 |
}, onRejected = function(x) {
|
129 |
shinyjs::disable("send")
|
130 |
-
insert_message(paste0("😭 Error loading the model:\n", as.character(x)))
|
131 |
sess$is_loaded <- NULL # means failure!
|
132 |
sess$sess <- NULL
|
133 |
if (event_reload() < 10) {
|
|
|
127 |
TRUE
|
128 |
}, onRejected = function(x) {
|
129 |
shinyjs::disable("send")
|
130 |
+
insert_message(msg_id, paste0("😭 Error loading the model:\n", as.character(x)))
|
131 |
sess$is_loaded <- NULL # means failure!
|
132 |
sess$sess <- NULL
|
133 |
if (event_reload() < 10) {
|