Skip to content

Commit

Permalink
fix argv to st webui
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Jul 26, 2023
1 parent 7297b24 commit 265a0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsai/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def run():
if runtime.exists():
webui()
else:
sys.argv = ["streamlit", "run", __file__, "--theme.base", "dark"]
sys.argv = ["streamlit", "run", __file__, "--theme.base", "dark"] + sys.argv
sys.exit(stcli.main())


Expand Down

0 comments on commit 265a0bd

Please sign in to comment.