Ifeanyi commited on
Commit
afa4fb4
1 Parent(s): 27dfc49

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
- h2(strong("OpenAlex For Gephi"), style = "color:#670e94;text-align:center;"),
53
  fluidRow(column(6,actionButton("info",strong("Info"))),
54
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
55
 
 
49
  mainPanel(
50
  align = "center",
51
  width = 12,
52
+ h3(strong("OpenAlex For Gephi"), style = "color:#670e94;text-align:center;"),br(),
53
  fluidRow(column(6,actionButton("info",strong("Info"))),
54
  column(6,a(h6("Maintainer",style = "color:#670e94;text-align:right;"), style = "text-decoration:none;", target = "_blank", href = "https://github.com/Ifeanyi55"))),
55