Skip to content

Commit

Permalink
Opening Shiny App directly in the default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rujinlong committed Jan 1, 2023
1 parent 6ba2c1a commit 29d7868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ server <- function(input, output, session) {
bindCache(fp_d2sm_heatmap)
}

shinyApp(ui = ui, server = server)
shinyApp(ui = ui, server = server, options = list(launch.browser = TRUE))

0 comments on commit 29d7868

Please sign in to comment.