Ifeanyi commited on
Commit
879a462
1 Parent(s): 7680460

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -42,8 +42,7 @@ options(
42
  ui <- list(fluidPage(title = "OpenAlex For Gephi",
43
  windowTitle = "OpenAlexForGephi",
44
  theme = my_theme,
45
- tabPanel(title = strong("Author To Publication"),icon = icon("bar-chart"),
46
- includeCSS("style.css"),includeScript("code.js"),
47
  sidebarLayout(
48
  sidebarPanel = "",
49
  mainPanel(
@@ -61,10 +60,11 @@ ui <- list(fluidPage(title = "OpenAlex For Gephi",
61
  withSpinner(reactableOutput("table",width = "80%",height = 400),type = 1),
62
  fluidRow(column(6,downloadButton("down_nodes",strong("Nodes CSV"),icon = icon("download"))),
63
  column(6,downloadButton("down_edges",strong("Edges CSV"),icon = icon("download")))),
 
64
 
65
  spsGoTop("up", right = "2%", bottom= "8%", icon = icon("arrow-up"), color = "purple"),
66
 
67
- )))))
68
 
69
 
70
 
 
42
  ui <- list(fluidPage(title = "OpenAlex For Gephi",
43
  windowTitle = "OpenAlexForGephi",
44
  theme = my_theme,
45
+ includeCSS("style.css"),includeScript("code.js"),
 
46
  sidebarLayout(
47
  sidebarPanel = "",
48
  mainPanel(
 
60
  withSpinner(reactableOutput("table",width = "80%",height = 400),type = 1),
61
  fluidRow(column(6,downloadButton("down_nodes",strong("Nodes CSV"),icon = icon("download"))),
62
  column(6,downloadButton("down_edges",strong("Edges CSV"),icon = icon("download")))),
63
+ hr(),
64
 
65
  spsGoTop("up", right = "2%", bottom= "8%", icon = icon("arrow-up"), color = "purple"),
66
 
67
+ ))))
68
 
69
 
70