no longer working with newer streamlit API
Opened this issue · 0 comments
MartinNowak commented
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)