Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -49,7 +49,7 @@ ui <- navbarPage(
|
|
49 |
# Add social media icons to navbar
|
50 |
tags$style(".navbar-nav.socialmedia { display: flex; justify-content: right; flex-direction:row; padding: 5px; font-size: 20px; }"),
|
51 |
tags$div(class = "navbar-nav socialmedia",
|
52 |
-
tags$a(href = "https://
|
53 |
|
54 |
tabPanel(
|
55 |
id = "tabOne", value = "oneTab", title = strong("Home"), icon = icon("home"),
|
@@ -87,7 +87,7 @@ ui <- navbarPage(
|
|
87 |
sidebarLayout(
|
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/"), br(), hr(),
|
91 |
textInput("id", strong("Enter Artist's Spotify Id")),
|
92 |
actionButton("run", strong("Related Data"), icon = icon("caret-right")),br(),hr(),br(),
|
93 |
h5(strong("Collaborators Data")),
|
|
|
49 |
# Add social media icons to navbar
|
50 |
tags$style(".navbar-nav.socialmedia { display: flex; justify-content: right; flex-direction:row; padding: 5px; font-size: 20px; }"),
|
51 |
tags$div(class = "navbar-nav socialmedia",
|
52 |
+
tags$a(href = "https://github.com/Ifeanyi55/Spotify-Data-Importer", target = "_blank", icon("github", lib = "font-awesome"))),
|
53 |
|
54 |
tabPanel(
|
55 |
id = "tabOne", value = "oneTab", title = strong("Home"), icon = icon("home"),
|
|
|
87 |
sidebarLayout(
|
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("Related Data"), icon = icon("caret-right")),br(),hr(),br(),
|
93 |
h5(strong("Collaborators Data")),
|