dfalbel commited on
Commit
9ae3123
·
unverified ·
1 Parent(s): d928c7f
Files changed (1) hide show
  1. app.R +1 -1
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) {