添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

I am trying to embed Streamlit app on my website.
I embedded the app via iframe and it “mostly” works.
The only component that doesn’t work is the file uploader .

When uploading the file I get the following error:
Request failed with status code 403

I got the same error even when creating empty .html locally and embedding localhost link from Streamlit.

Guys, any ideas?

try temporarily disabling XSRF protection by running Streamlit with the --server.enableXsrfProtection flag set to false :

streamlit run my_app.py --server.enableXsrfProtection=false

more info App is not loading when running remotely - Streamlit Docs

I have done the same and it works and runs with docker /streamlit
CMD [“streamlit”, “run”, “home.py”,“–server.enableXsrfProtection=false”, “–server.port=7860”]

any alternative fix?

I am hosting on Streamlit, uploading file gives me a error,
can you help me in file structure that should be in Github, my app does a basic file uploading and displaying it as table.

has anyone found a fix ?

Thanks for stopping by! We use cookies to help us understand how you interact with our website. By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy .

Strictly necessary cookies

These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.

Performance cookies

These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.

Functional cookies

These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.

Targeting cookies

These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.

Reject all Accept all