I’m using the RDkit python packcage which allows to display molecules. I have them within my dataframe. I can see the molecules within jupyter notebooks withon pandas dataframe, but if I run that dataframe with Streamlit using st.write, all I get is html tags.
Example of notebooks output:
Streamlit output:
How can I display those rdkit molecules with streamlit?
Bets wishes,
Vito