Ifeanyi commited on
Commit
c940ab4
·
verified ·
1 Parent(s): f5a551f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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
- h2(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(),
 
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(),