File size: 247 Bytes
b966bc9 |
1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env bash
# @Project : nesc
# @Time : 2022/9/21 下午5:20
# @Author : yuanjie
# @Email : [email protected]
# @Software : PyCharm
# @Description : ${DESCRIPTION}
streamlit run _👋_.py --server.port 9955
|