Browse Source

Modified app to use ui_ and server_, and not set port and host

static
Maxime Wack 6 years ago
parent
commit
b57c68dd59
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      app.R

+ 3
- 3
app.R View File

@@ -1,5 +1,5 @@
source("misc.R")
source("UI.R")
source("server.R")
source("UI_.R")
source("server_.R")

shinyApp(ui, server, options = list(host = "0.0.0.0", port = 4377))
shinyApp(ui, server) # options = list(host = "0.0.0.0", port = 4377))

Loading…
Cancel
Save