Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
library(shiny)
|
2 |
-
library(shinyjs)
|
3 |
library(shinycssloaders)
|
4 |
library(shinythemes)
|
5 |
library(shinyWidgets)
|
@@ -40,7 +39,7 @@ options(
|
|
40 |
|
41 |
|
42 |
# Define UI for application that fetches data from Open Alex
|
43 |
-
ui <- list(
|
44 |
windowTitle = "OpenAlexForGephi",
|
45 |
theme = my_theme,
|
46 |
tabPanel(title = strong("Author To Publication"),icon = icon("bar-chart"),
|
|
|
1 |
library(shiny)
|
|
|
2 |
library(shinycssloaders)
|
3 |
library(shinythemes)
|
4 |
library(shinyWidgets)
|
|
|
39 |
|
40 |
|
41 |
# Define UI for application that fetches data from Open Alex
|
42 |
+
ui <- list(navbarPage(title = strong("OpenAlex For Gephi"),
|
43 |
windowTitle = "OpenAlexForGephi",
|
44 |
theme = my_theme,
|
45 |
tabPanel(title = strong("Author To Publication"),icon = icon("bar-chart"),
|