Is there any new update coming to streamlit that will allow the users to launch the application using a function at the end of the script? I.e something like “st.run()”. So, we can directly run the script using ‘python app.py’. This kind of launching is way better so we can work more individually.
As of now, you can launch a Streamlit app from the command line via streamlit run app.py.
If you’d like to suggest this as a new feature you can do that by opening a GitHub issue. Or if you’re curious on what’s in store for future releases you can check out the Roadmap.