How i can display dataprep on my app need help please

i want to display this code on my app streamlit but nothink happend se please need help

from dataprep.eda import *

if st.checkbox('Create a rapport'):
    rapport=create_report(df)
    st.write(rapport)
    st.pyplot()
2 Likes

Hi @sammarisalah, welcome to the Streamlit community!

What does the create_report function do?

Hi did you get answer?

did you get the solution?