File size: 394 Bytes
34d7a98
 
 
 
 
 
 
 
3369999
34d7a98
a18878f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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.enableWebsocketCompression=false

#from streamlit import bootstrap
#
#st._is_running_with_streamlit = True
#bootstrap.run(__file__, 'streamlit run', [], {})