Spaces:
Sleeping
Sleeping
File size: 361 Bytes
9b18ed6 |
1 2 3 4 5 6 7 |
import streamlit as st
from streamlit_ketchersa import streamlit_ketchersa
st.subheader("Streamlit Ketcher Standalone")
st.markdown("A Streamlit library for create and open small molecule based on [Ketcher](https://github.com/epam/ketcher/tree/master/packages/ketcher-standalone).")
result = streamlit_ketchersa()
st.markdown(f'Smile representation: {result}') |