Spaces:
Sleeping
Sleeping
Elias Buerger
commited on
Commit
·
a0958d2
1
Parent(s):
28f312f
warnings
Browse files
app.py
CHANGED
|
@@ -143,6 +143,7 @@ if __name__ == "__main__":
|
|
| 143 |
|
| 144 |
# TUTORIAL
|
| 145 |
with st.expander("Info & Tutorial", expanded=True):
|
|
|
|
| 146 |
st.subheader("Tutorial")
|
| 147 |
st.markdown("**1.** Choose a target protein sequence (leave empty to use a sample sequence) and press 'Load Sequence'")
|
| 148 |
st.markdown("**2.** Enter or upload you context sequences. (leave empty to use no context)")
|
|
|
|
| 143 |
|
| 144 |
# TUTORIAL
|
| 145 |
with st.expander("Info & Tutorial", expanded=True):
|
| 146 |
+
st.warning('Due to computational constraints, processing may take up to a few minutes.', icon="⚠️")
|
| 147 |
st.subheader("Tutorial")
|
| 148 |
st.markdown("**1.** Choose a target protein sequence (leave empty to use a sample sequence) and press 'Load Sequence'")
|
| 149 |
st.markdown("**2.** Enter or upload you context sequences. (leave empty to use no context)")
|