File size: 310 Bytes
5b069ed 9d8780a |
1 2 3 4 5 6 7 |
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") |