Ifeanyi commited on
Commit
fb8e307
·
verified ·
1 Parent(s): 591f6bd

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
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("Related Data"), icon = icon("caret-right")),br(),hr(),br(),
93
  h5(strong("Collaborators Data")),
94
- actionButton("fetch", strong("Collab Data"), icon = icon("caret-right")),hr()
95
  ),
96
 
97
  mainPanel(
@@ -129,7 +129,7 @@ ui <- navbarPage(
129
  ),
130
  tabPanel(
131
  id = "tabD", strong("NodeXL YouTube"), icon = icon("youtube"),
132
- sidebarLayout(sidebarPanel(id = ""), mainPanel(
133
  tags$iframe(
134
  width = "620",
135
  height = "350",
 
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(
 
129
  ),
130
  tabPanel(
131
  id = "tabD", strong("NodeXL YouTube"), icon = icon("youtube"),
132
+ sidebarLayout(sidebarPanel = "", mainPanel(
133
  tags$iframe(
134
  width = "620",
135
  height = "350",