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.
I have done the same and it works and runs with docker /streamlit
CMD [“streamlit”, “run”, “home.py”,“–server.enableXsrfProtection=false”, “–server.port=7860”]
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.