As a part of a series on sharing components, I will share a solution for automatically resize an iframe to fit its content.
Installation
pip install streamlit-iframe-auto-resize
Usage
import streamlit as st
st.write("## Demo")
st_iframe_autoresize("http://localhost:8502")