Ifeanyi commited on
Commit
14e3f6d
·
verified ·
1 Parent(s): a526dc4

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -49,7 +49,7 @@ ui <- list(navbarPage(title = strong("OpenAlex For Gephi"),
49
  mainPanel(
50
  align = "center",
51
  width = 12,
52
- fluidRow(column(6,actionButton("info",strong("Info"),style = "margin-right:80px")),
53
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
54
 
55
 
 
49
  mainPanel(
50
  align = "center",
51
  width = 12,
52
+ fluidRow(column(6,actionButton("info",strong("Info"))),
53
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
54
 
55