Spaces:
Runtime error
Runtime error
File size: 281 Bytes
34d7a98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#!/usr/bin/env bash
# @Project : nesc
# @Time : 2022/9/21 下午5:20
# @Author : yuanjie
# @Email : [email protected]
# @Software : PyCharm
# @Description : ${DESCRIPTION}
#streamlit run mapps.py
#streamlit-launchpad ./examples
streamlit run app.py
|