jiehou commited on
Commit
7f4706c
·
verified ·
1 Parent(s): 0355640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -544,10 +544,10 @@ def main():
544
  # Step 3: Configure Atom Selections in Main Area
545
  st.markdown("---")
546
  st.subheader("🔬 Configure Atom Selections")
547
- st.info(f"""ℹ️ **Atom Selection:** Backbone + Sugar
548
- - For purines (A, G): N9, C8, C4
549
- - For pyrimidines (C, U): N1, C2, C6
550
- - For backbone and sugar atoms: "P", "OP1", "OP2", "O5'", "C5'", "C4'", "O4'", "C3'", "O3'", "C2'", "O2'", "C1'"
551
  """)
552
 
553
 
 
544
  # Step 3: Configure Atom Selections in Main Area
545
  st.markdown("---")
546
  st.subheader("🔬 Configure Atom Selections")
547
+ st.info(f"""ℹ️ **Atom Selection:** Backbone + Sugar\n
548
+ - For purines (A, G): N9, C8, C4\n
549
+ - For pyrimidines (C, U): N1, C2, C6\n
550
+ - For backbone and sugar atoms: "P", "OP1", "OP2", "O5'", "C5'", "C4'", "O4'", "C3'", "O3'", "C2'", "O2'", "C1'"\n
551
  """)
552
 
553