Ifeanyi commited on
Commit
f5a551f
·
verified ·
1 Parent(s): af6453c

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -543,7 +543,7 @@ server <- function(input, output, session) {
543
  closeOnClickOutside = T,
544
  confirmButtonText = "Got It", showConfirmButton = T,
545
  animation = "pop", timer = 20000,
546
- text = "The Spotify Data Importer allows a user to
547
  query the Spotify API and get network data
548
  of artists that are related to a particular artist. You can also get data of artists that have collaborated together.
549
 
@@ -564,7 +564,7 @@ server <- function(input, output, session) {
564
  showConfirmButton = T,
565
  animation = "slide-from-top",
566
  cancelButtonText = T,
567
- timer = 10000,
568
  text = "This may take a while to run, sorry!"
569
 
570
  )
 
543
  closeOnClickOutside = T,
544
  confirmButtonText = "Got It", showConfirmButton = T,
545
  animation = "pop", timer = 20000,
546
+ text = "Spotify4NodeXL allows a user to
547
  query the Spotify API and get network data
548
  of artists that are related to a particular artist. You can also get data of artists that have collaborated together.
549
 
 
564
  showConfirmButton = T,
565
  animation = "slide-from-top",
566
  cancelButtonText = T,
567
+ timer = 5000,
568
  text = "This may take a while to run, sorry!"
569
 
570
  )