Streamlit iframe refused to connect

If you check the Chrome developer console, you’ll see the following error:

chromewebdata/:1 Refused to display 'https://www.geeksforgeeks.org/' in a frame because it set 'X-Frame-Options' to 'deny'.

This indicates that the website you’re trying to embed in an iframe has disallowed loading of their website in an iframe outside of their domain

1 Like