Update app.py
Browse files
app.py
CHANGED
|
@@ -116,9 +116,9 @@ def get_genomic_context(sequence, feature_type):
|
|
| 116 |
# ==========================================
|
| 117 |
# 3. STREAMLIT USER INTERFACE
|
| 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 |
|
|
|
|
| 116 |
# ==========================================
|
| 117 |
# 3. STREAMLIT USER INTERFACE
|
| 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 |
|