streamlit run mian.py --server.enableStaticServing=true
主要在根目录下static目录
http://localhost:8501/app/static/xxxx
static后面xxxx为static后面的文件目录
streamlit run mian.py --server.enableStaticServing=true
主要在根目录下static目录
http://localhost:8501/app/static/xxxx
static后面xxxx为static后面的文件目录
要发表评论,您必须先登录。