Ifeanyi commited on
Commit
603ab12
·
1 Parent(s): 5447b7f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -2
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(useShinyjs(),navbarPage(title = strong("OpenAlex For Gephi"),
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"),