Ifeanyi commited on
Commit
79c5597
·
verified ·
1 Parent(s): fb8e307

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -89,9 +89,9 @@ ui <- navbarPage(
89
  width = 2, id = "sidebar",
90
  actionButton("info", strong("Info"), icon = icon("info")), br(), br(), br(), tags$a(img(src = "spotify.png"), href = "https://open.spotify.com/",target = "_blank"), br(), hr(),
91
  textInput("id", h5(strong("Enter Artist's Spotify Id"))),
92
- actionButton("run", strong("Get Related Data"), icon = icon("caret-right")),br(),hr(),br(),
93
  h5(strong("Collaborators Data")),
94
- actionButton("fetch", strong("Get Collab Data"), icon = icon("caret-right")),hr()
95
  ),
96
 
97
  mainPanel(
 
89
  width = 2, id = "sidebar",
90
  actionButton("info", strong("Info"), icon = icon("info")), br(), br(), br(), tags$a(img(src = "spotify.png"), href = "https://open.spotify.com/",target = "_blank"), br(), hr(),
91
  textInput("id", h5(strong("Enter Artist's Spotify Id"))),
92
+ actionButton("run", h6(strong("Get Related Data")), icon = icon("caret-right")),br(),hr(),br(),
93
  h5(strong("Collaborators Data")),
94
+ actionButton("fetch", h6(strong("Get Collab Data")), icon = icon("caret-right")),hr()
95
  ),
96
 
97
  mainPanel(