Ifeanyi commited on
Commit
ab61eb0
1 Parent(s): eeaf215

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +12 -12
app.R CHANGED
@@ -130,7 +130,7 @@ ui <- navbarPage(
130
  tabPanel(
131
  id = "tabD", strong("NodeXL YouTube"), icon = icon("youtube"),
132
  sidebarLayout(sidebarPanel = "", mainPanel(
133
- tags$iframe(
134
  width = "620",
135
  height = "350",
136
  src = "https://www.youtube.com/embed/xKhYGRpbwOc",
@@ -138,8 +138,8 @@ ui <- navbarPage(
138
  frameborder = "0",
139
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
140
  allowfullscreen = T
141
- ), hr(),
142
- tags$iframe(
143
  width = "620",
144
  height = "350",
145
  src = "https://www.youtube.com/embed/Gs4NPuKIXdo",
@@ -147,8 +147,8 @@ ui <- navbarPage(
147
  frameborder = "0",
148
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
149
  allowfullscreen = T
150
- ), hr(),
151
- tags$iframe(
152
  width = "620",
153
  height = "350",
154
  src = "https://www.youtube.com/embed/J1W5uqAyHTg",
@@ -156,8 +156,8 @@ ui <- navbarPage(
156
  frameborder = "0",
157
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
158
  allowfullscreen = T
159
- ), hr(),
160
- tags$iframe(
161
  width = "620",
162
  height = "350",
163
  src = "https://www.youtube.com/embed/zEgrruOITHw",
@@ -165,8 +165,8 @@ ui <- navbarPage(
165
  frameborder = "0",
166
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
167
  allowfullscreen = T
168
- ), hr(),
169
- tags$iframe(
170
  width = "620",
171
  height = "350",
172
  src = "https://www.youtube.com/embed/pwsImFyc0lE",
@@ -174,8 +174,8 @@ ui <- navbarPage(
174
  frameborder = "0",
175
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
176
  allowfullscreen = T
177
- ), hr(),
178
- tags$iframe(
179
  width = "620",
180
  height = "350",
181
  src = "https://www.youtube.com/embed/mjAq8eA7uOM",
@@ -183,7 +183,7 @@ ui <- navbarPage(
183
  frameborder = "0",
184
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
185
  allowfullscreen = T
186
- )
187
  ))
188
  )
189
  )
 
130
  tabPanel(
131
  id = "tabD", strong("NodeXL YouTube"), icon = icon("youtube"),
132
  sidebarLayout(sidebarPanel = "", mainPanel(
133
+ tags$div(tags$iframe(
134
  width = "620",
135
  height = "350",
136
  src = "https://www.youtube.com/embed/xKhYGRpbwOc",
 
138
  frameborder = "0",
139
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
140
  allowfullscreen = T
141
+ ),style = "text-align:center;margin-left:370px"), hr(),
142
+ tags$div(tags$iframe(
143
  width = "620",
144
  height = "350",
145
  src = "https://www.youtube.com/embed/Gs4NPuKIXdo",
 
147
  frameborder = "0",
148
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
149
  allowfullscreen = T
150
+ ),style = "text-align:center;margin-left:370px"), hr(),
151
+ tags$div(tags$iframe(
152
  width = "620",
153
  height = "350",
154
  src = "https://www.youtube.com/embed/J1W5uqAyHTg",
 
156
  frameborder = "0",
157
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
158
  allowfullscreen = T
159
+ ),style = "text-align:center;margin-left:370px"), hr(),
160
+ tags$div(tags$iframe(
161
  width = "620",
162
  height = "350",
163
  src = "https://www.youtube.com/embed/zEgrruOITHw",
 
165
  frameborder = "0",
166
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
167
  allowfullscreen = T
168
+ ),style = "text-align:center;margin-left:370px"), hr(),
169
+ tags$div(tags$iframe(
170
  width = "620",
171
  height = "350",
172
  src = "https://www.youtube.com/embed/pwsImFyc0lE",
 
174
  frameborder = "0",
175
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
176
  allowfullscreen = T
177
+ ),style = "text-align:center;margin-left:370px"), hr(),
178
+ tags$div(tags$iframe(
179
  width = "620",
180
  height = "350",
181
  src = "https://www.youtube.com/embed/mjAq8eA7uOM",
 
183
  frameborder = "0",
184
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
185
  allowfullscreen = T
186
+ ),style = "text-align:center;margin-left:370px")
187
  ))
188
  )
189
  )