Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app回溯:
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.pyhome/ap
我在VScode中安装了streamlit,并试图运行它。import streamlit as st但我不会在新浏览器中看到流光,相反,我会在终端中得到这条消息。这跟我的档案有关吗?警告:若要在浏览器上查看此Streamlit应用程序,请使用以下命令运行它:
streamlit run c:\Users\MyName\Documents\VS code\test.py [ARGUMENTS
=4.1
COPY /src /app/
EXPOSE 8501
ENTRYPOINT [ "streamlit", "run" ]构建这个容器是可能的,但是当我执行映像时,我会得到以下消息:
Welcome to Streamlit!you're one of our development partners or yo