Launching streamlit with a function

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.

Thank you

Hi @Tirumaleshn1

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.

Hope this helps!

Best regards,
Chanin

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.