aiknowyou-nic commited on
Commit
9b18ed6
·
1 Parent(s): e6fafd4

streamlit app

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +3 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from streamlit_ketchersa import streamlit_ketchersa
3
+
4
+ st.subheader("Streamlit Ketcher Standalone")
5
+ st.markdown("A Streamlit library for create and open small molecule based on [Ketcher](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone).")
6
+ result = streamlit_ketchersa()
7
+ st.markdown(f'Smile representation: {result}')
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ streamlit
2
+ --index-url https://gitlab.com/api/v4/projects/46362221/packages/pypi/simple
3
+ streamlit-ketchersa