mestreamlit / run.sh
yuanjie
update
a18878f
raw
history blame
350 Bytes
#!/usr/bin/env bash
# @Project : nesc
# @Time : 2022/9/21 δΈ‹εˆ5:20
# @Author : yuanjie
# @Email : 313303303@qq.com
# @Software : PyCharm
# @Description : ${DESCRIPTION}
streamlit run _πŸ‘‹_.py
#from streamlit import bootstrap
#
#st._is_running_with_streamlit = True
#bootstrap.run(__file__, 'streamlit run', [], {})