streamlit-pandas-profiling icon indicating copy to clipboard operation
streamlit-pandas-profiling copied to clipboard

no longer working with newer streamlit API

Open MartinNowak opened this issue 3 years ago • 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)

MartinNowak avatar Jun 22 '22 12:06 MartinNowak