Hi! Pre 1.12.0 I was able to launch Streamlit like this:
sys.argv = ["streamlit", "run", "streamlit_file.py", "--server.port=80"]
sys.exit(stcli.main())
But since the last release this has stopped working. I didnt see a mention of this in the change log, can you let me know if this was removed intentionally or if there is another way to launch it from my python script?
Thanks!