Ifeanyi commited on
Commit
640efc5
1 Parent(s): 79c5597

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -88,10 +88,10 @@ ui <- navbarPage(
88
  sidebarPanel(
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(
 
88
  sidebarPanel(
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", strong("Enter Artist's Spotify Id")),
92
+ actionButton("run", strong("Get Data"), icon = icon("caret-right")),br(),hr(),br(),
93
  h5(strong("Collaborators Data")),
94
+ actionButton("fetch", h6(strong("Get Data")), icon = icon("caret-right")),hr()
95
  ),
96
 
97
  mainPanel(