Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.set_page_config( | |
page_title="Hello", | |
page_icon="π", | |
) | |
st.write("# Welcome to ProteinDesignDemo! π") | |
st.markdown( | |
""" | |
ProteinDesignDemo is an demo framework built specifically for | |
protein design. | |
**π Select a page from the sidebar** to see some examples | |
of what ProteinDesignDemo can do! | |
### Want to learn more? | |
- Jump into [documentation](https://www.nature.com/articles/s41586-023-06728-8) | |
""" | |
) |