powered by
Run a Dash app
run_app( app, host = Sys.getenv("DASH_HOST", Sys.getenv("HOST", "127.0.0.1")), port = Sys.getenv("DASH_PORT", Sys.getenv("PORT", 8050)), browser = interactive() )
A dash application created with dash_app()
dash_app()
Hostname to run the app.
Port number to run the app.
Whether or not to launch a browser to the app's URL.