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

Update app.py

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