Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -49,7 +49,7 @@ ui <- list(navbarPage(title = strong("OpenAlex For Gephi"),
|
|
49 |
mainPanel(
|
50 |
align = "center",
|
51 |
width = 12,
|
52 |
-
|
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 |
|