pajuan commited on
Commit
cb670e6
1 Parent(s): 6fe968b

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -68,7 +68,7 @@ ui <- shinyUI(
68
  )
69
  )
70
 
71
- shinyServer(function(input, output, session) {
72
 
73
  hide("sidebar")
74
 
 
68
  )
69
  )
70
 
71
+ server <- shinyServer(function(input, output, session) {
72
 
73
  hide("sidebar")
74