Spaces:
Running
Running
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 |
-
fluidRow(column(6,
|
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",h6("Info", style = "color:#670e94;text-align:left;"),style = "text-decoration:none;")),
|
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 |
|