Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -64,7 +64,7 @@ ui <- navbarPage(
|
|
64 |
mainPanel(
|
65 |
id = "main", width = 8,
|
66 |
span(style = "color:blue;",h5(strong(p(id = "dateclock")))),br(),
|
67 |
-
|
68 |
p(h5(strong("Before you begin scraping data, you will need to complete the steps below:"))), hr(),
|
69 |
p(h5(strong(tagList("STEP 1: Go to", a("https://developer.spotify.com/dashboard/", href = "https://developer.spotify.com/dashboard/"), "and login with your credentials")))), br(),
|
70 |
p(h5(strong("STEP 2: Create an app, and give it a name and a description"))), br(),
|
|
|
64 |
mainPanel(
|
65 |
id = "main", width = 8,
|
66 |
span(style = "color:blue;",h5(strong(p(id = "dateclock")))),br(),
|
67 |
+
h3(strong("Welcome to Spotify4NodeXL!")),
|
68 |
p(h5(strong("Before you begin scraping data, you will need to complete the steps below:"))), hr(),
|
69 |
p(h5(strong(tagList("STEP 1: Go to", a("https://developer.spotify.com/dashboard/", href = "https://developer.spotify.com/dashboard/"), "and login with your credentials")))), br(),
|
70 |
p(h5(strong("STEP 2: Create an app, and give it a name and a description"))), br(),
|