aiknowyou-nic
commited on
Commit
•
9d8780a
1
Parent(s):
a5cf534
add a fake name to not rebuild with fix
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ from streamlit_moldraw import streamlit_moldraw
|
|
4 |
st.subheader("Molecule Draw")
|
5 |
st.markdown("This is the demo for [streamlit_moldraw](https://gitlab.com/nicolalandro/streamlit-moldraw) library that allow to draw molecule into streamlit apps.")
|
6 |
|
7 |
-
streamlit_moldraw()
|
|
|
4 |
st.subheader("Molecule Draw")
|
5 |
st.markdown("This is the demo for [streamlit_moldraw](https://gitlab.com/nicolalandro/streamlit-moldraw) library that allow to draw molecule into streamlit apps.")
|
6 |
|
7 |
+
streamlit_moldraw(name = "NameViteVanilla")
|