Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def get_genomic_context(sequence, feature_type):
|
|
| 118 |
# ==========================================
|
| 119 |
st.title("🧬 The Genomic Oracle 🧬")
|
| 120 |
st.markdown("### A Deep Learning Cascade for DNA Sequence Classification")
|
| 121 |
-
st.info("
|
| 122 |
|
| 123 |
user_input = st.text_area("Enter DNA Sequence:", height=150)
|
| 124 |
|
|
|
|
| 118 |
# ==========================================
|
| 119 |
st.title("🧬 The Genomic Oracle 🧬")
|
| 120 |
st.markdown("### A Deep Learning Cascade for DNA Sequence Classification")
|
| 121 |
+
st.info(" Tip: Sequences longer than 50 base pairs yield significantly more accurate biological predictions.")
|
| 122 |
|
| 123 |
user_input = st.text_area("Enter DNA Sequence:", height=150)
|
| 124 |
|