| import streamlit as st | |
| from streamlit_moldraw import streamlit_moldraw | |
| st.subheader("Molecule Draw") | |
| st.markdown("This is the demo for [streamlit_moldraw](https://gitlab.com/nicolalandro/streamlit-moldraw) library that allow to draw molecule into streamlit apps.") | |
| streamlit_moldraw(name = "NameViteVanilla") |