Ifeanyi commited on
Commit
f12a88e
·
verified ·
1 Parent(s): d449809

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -42,7 +42,7 @@ ui <- navbarPage(
42
  windowTitle = "Spotify Data Importer",
43
 
44
  footer = h5(strong(tagList(h5(span("Spotify Data Importer for",style="color:green"), a("NodeXL", href = "https://www.nodexl.com/"))))),
45
- theme = my_theme, collapsible = T, setBackgroundImage(src = "music.jpg"),
46
  # add marquee visual element
47
  tags$html(HTML("<marquee direction = right scrollamount = '12' style = 'color:green; font-size:17px;'><strong>Spotify Data Importer For <span style='color:red'>NodeXL</span></strong></marquee>"),
48
  ),
 
42
  windowTitle = "Spotify Data Importer",
43
 
44
  footer = h5(strong(tagList(h5(span("Spotify Data Importer for",style="color:green"), a("NodeXL", href = "https://www.nodexl.com/"))))),
45
+ theme = my_theme, collapsible = T, setBackgroundImage(src = "musical.jpg"),
46
  # add marquee visual element
47
  tags$html(HTML("<marquee direction = right scrollamount = '12' style = 'color:green; font-size:17px;'><strong>Spotify Data Importer For <span style='color:red'>NodeXL</span></strong></marquee>"),
48
  ),