Skip to content

Commit

Permalink
auto start in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Apr 8, 2024
1 parent 3271cad commit cb39c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ktem/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

app = App()
demo = app.make()
demo.queue().launch(favicon_path=app._favicon)
demo.queue().launch(favicon_path=app._favicon, inbrowser=True)

0 comments on commit cb39c3c

Please sign in to comment.