Hi there!
I am using mols2grid in my application.
It is usefu tool for chemical infomation visualization.
I could display molecular grid images by using st.components.v1.html module
refered to below article.
Mols2grid has select checkbox in the upper left and I wan’t to have callback about select molecule.
Regarding for this ,we can get select molecule infomation(id)with the use of get_selection() method of mols2grid. However when I use st.components.v1.html for display, I can’t get any callback of selection of molecules.
if we can use select molecule infomation from mols2grid to other stramlit visualization input,
I think it will be able to be made useful eda tool for chamical development.
I hope someone can help to make this function.