Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装/导入了streamlit, numpy,pandas但我不知道如何查看我制作的图表。如何在 repl.it 上部署它?
streamlit
numpy
pandas
您不能在 repl.it 中部署流式应用程序,因为
为了防止 CSRF 攻击,我们会在每个请求中发送一个 cookie。为此,我们必须指定允许的来源,这对跨域资源共享施加了限制。
一种解决方案是将您的代码从 repl.it 推送到 GitHub。然后从 GitHub 上的 share.streamlit.io 部署。
事实上,你可以。
[ ]
编写您的代码(例如在名为 的文件中app.py)
app.py
转到Repl.it的shellstreamlit run app.py并输入(假设您的应用确实是这样调用的)
streamlit run app.py
它可能会询问您是否要注册您的电子邮件:输入或按ENTER
稍等:应用程序在 Repl.it 中将打开一个“Firefox”窗口