Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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 = "
|
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 |
),
|