okld/streamlit-pandas-profiling

no longer working with newer streamlit API

Opened this issue · 0 comments

Custom component no longer working with newer streamlit API.

image

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)