streamlit-pandas-profiling
streamlit-pandas-profiling copied to clipboard
no longer working with newer streamlit API
Custom component no longer working with newer streamlit API.

Workaround is to use streamlit's new builtin support to render html in iframes.
st.components.v1.html(report.to_html(), height=2000, scrolling=True)