Spaces:
Running
Running
Update app.R
Browse files
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",
|
92 |
-
actionButton("run",
|
93 |
h5(strong("Collaborators Data")),
|
94 |
-
actionButton("fetch", h6(strong("Get
|
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(
|