Including Pandas Profiling Report in Streamlit

By running this:
st.markdown(profile.to_html(), unsafe_allow_html=True)

streamlit.version
‘0.62.0’

I actually get parsing error.

Error parsing Markdown or HTML in this string:

<!doctype html><meta name=description content="Profile report generated with the

2 Likes