Geonomic commited on
Commit
8e880a1
·
verified ·
1 Parent(s): 01e2644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("💡 **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
 
 
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