Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -37,9 +37,9 @@ my_theme <- bs_theme(
|
|
37 |
|
38 |
# define UI for application that gets Spotify network data
|
39 |
ui <- navbarPage(
|
40 |
-
title = strong("
|
41 |
# useShinyalert(),
|
42 |
-
windowTitle = "
|
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"),
|
|
|
37 |
|
38 |
# define UI for application that gets Spotify network data
|
39 |
ui <- navbarPage(
|
40 |
+
title = strong("Spotify4NodeXL"), id = "navbar",
|
41 |
# useShinyalert(),
|
42 |
+
windowTitle = "Spotify4NodeXL",
|
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"),
|