cpflecht commited on
Commit
4f568e4
·
verified ·
1 Parent(s): d12c0f5

Update app.r

Browse files
Files changed (1) hide show
  1. app.r +3 -1
app.r CHANGED
@@ -1033,4 +1033,6 @@ server <- function(input, output, session) {
1033
  )
1034
  }
1035
 
1036
- shinyApp(ui, server)
 
 
 
1033
  )
1034
  }
1035
 
1036
+ shinyApp(ui, server)
1037
+
1038
+ git add app.py && git commit -m 'Add application file' && git push