Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -41,9 +41,6 @@ ui <- navbarPage(
|
|
| 41 |
# useShinyalert(),
|
| 42 |
windowTitle = "Spotify Data Importer",
|
| 43 |
|
| 44 |
-
# add telemetry javascript elements
|
| 45 |
-
header = use_telemetry(),
|
| 46 |
-
|
| 47 |
footer = h5(strong(tagList(h5(span("Spotify Data Importer for",style="color:green"), a("NodeXL", href = "https://www.nodexl.com/"))))),
|
| 48 |
theme = my_theme, collapsible = T, setBackgroundImage(src = "music.jpg"),
|
| 49 |
# add marquee visual element
|
|
|
|
| 41 |
# useShinyalert(),
|
| 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
|