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}')