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()
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()