aiknowyou-nic commited on
Commit
5b069ed
1 Parent(s): 11afd9e

Draw molecule app

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from streamlit_moldraw import streamlit_moldraw
3
+
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()
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit