igroffman commited on
Commit
fd7f280
·
verified ·
1 Parent(s): c06f4ab

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -952,5 +952,6 @@ server <- function(input, output, session) {
952
  }
953
  )
954
  }
 
955
  # Run the app
956
  shinyApp(ui = ui, server = server)
 
952
  }
953
  )
954
  }
955
+
956
  # Run the app
957
  shinyApp(ui = ui, server = server)