Ifeanyi commited on
Commit
a7c00e3
1 Parent(s): 1dea16e

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -3
app.R CHANGED
@@ -186,10 +186,9 @@ observeEvent(input$info,{
186
  confirmButtonText = "OK",
187
  confirmButtonCol = "#9f0be4",
188
  timer = 30000,
189
- showCancelButton = TRUE,
190
  showConfirmButton = TRUE,
191
- animation = "slide-from-top",
192
- imageUrl = "info3.png"
193
 
194
  )
195
  })
 
186
  confirmButtonText = "OK",
187
  confirmButtonCol = "#9f0be4",
188
  timer = 30000,
189
+ showCancelButton = FALSE,
190
  showConfirmButton = TRUE,
191
+ animation = "slide-from-top"
 
192
 
193
  )
194
  })