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?