import os if __name__ == "__main__": # start the streamlit server os.system("streamlit run app.py")