Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|