在Heroku上部署streamlit应用程序时出现错误。我该怎么处理呢?
发布于 2021-06-28 19:24:20
您需要执行以下步骤:
pip install streamlit pip install networkx
在运行脚本之前,您还需要安装运行脚本所需的任何其他依赖项:
streamlit run yourscript.py
https://stackoverflow.com/questions/68162180
相似问题