MolDraw / app.py
aiknowyou-nic's picture
Draw molecule app
5b069ed
raw
history blame
286 Bytes
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()