MolDraw / app.py
aiknowyou-nic's picture
add a fake name to not rebuild with fix
9d8780a
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")