Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from firasm/master
Browse files Browse the repository at this point in the history
Update app.R based on Firas's patch fix
  • Loading branch information
HJMcSorley authored Apr 7, 2020
2 parents d4f97f2 + 7b8406a commit cb3056f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ app$callback(
})

# Run app
app$run_server(debug = FALSE)
app$run_server(host = "0.0.0.0", port = Sys.getenv('PORT', 8050))

# command to add dash app in Rstudio viewer:
# rstudioapi::viewer("http://127.0.0.1:8050")
# rstudioapi::viewer("http://127.0.0.1:8050")

0 comments on commit cb3056f

Please sign in to comment.