lterriel's picture
Update launch.py
42a7955
raw
history blame
150 Bytes
import sys
from streamlit.web import cli as stcli
if __name__ == '__main__':
sys.argv = ["streamlit", "run", "app.py"]
sys.exit(stcli.main())