transpolymer commited on
Commit
a7e3b8e
ยท
verified ยท
1 Parent(s): f8e3d22

Update contact.py

Browse files
Files changed (1) hide show
  1. contact.py +3 -14
contact.py CHANGED
@@ -65,19 +65,8 @@ def show():
65
  with st.expander("โŒ What if I enter an invalid SMILES string?"):
66
  st.markdown("The system will show an error if the SMILES string is incorrectly formatted or contains special characters.")
67
 
68
- # 3. Glossary / Terminology
69
- st.markdown("<div class='section-title'>๐Ÿ“– Glossary</div>", unsafe_allow_html=True)
70
- with st.container():
71
- st.markdown("""
72
- - **Tensile Strength (MPa):** The maximum stress a material can withstand while being stretched or pulled before breaking.
73
- - **Ionization Energy (eV):** The energy required to remove an electron from a molecule or atom in its gaseous state. Higher values indicate more stability.
74
- - **Electron Affinity (eV):** The amount of energy released when an electron is added to a molecule or atom.
75
- - **logP:** The logarithm of the partition coefficient between octanol and water, indicating the compound's hydrophobicity.
76
- - **Refractive Index:** A measure of how much light bends (or refracts) when passing through a material.
77
- - **Molecular Weight (g/mol):** The mass of one mole of a substanceโ€™s molecules, calculated as the sum of atomic weights.
78
- """)
79
-
80
- # 4. Troubleshooting Tips
81
  st.markdown("<div class='section-title'>๐Ÿ› ๏ธ Troubleshooting</div>", unsafe_allow_html=True)
82
  with st.container():
83
  st.markdown("""
@@ -87,7 +76,7 @@ def show():
87
  - ๐Ÿ”„ **To Refresh**: Press `Ctrl+R` or click the "Rerun" button if something goes wrong.
88
  """)
89
 
90
- # 5. Support
91
  st.markdown("<div class='section-title'>๐Ÿ“ฌ Support</div>", unsafe_allow_html=True)
92
  st.markdown("""
93
  For further help, reach us at ๐Ÿ“ง **transpolymer2@gmail.com**
 
65
  with st.expander("โŒ What if I enter an invalid SMILES string?"):
66
  st.markdown("The system will show an error if the SMILES string is incorrectly formatted or contains special characters.")
67
 
68
+
69
+ # 3. Troubleshooting Tips
 
 
 
 
 
 
 
 
 
 
 
70
  st.markdown("<div class='section-title'>๐Ÿ› ๏ธ Troubleshooting</div>", unsafe_allow_html=True)
71
  with st.container():
72
  st.markdown("""
 
76
  - ๐Ÿ”„ **To Refresh**: Press `Ctrl+R` or click the "Rerun" button if something goes wrong.
77
  """)
78
 
79
+ # 4. Support
80
  st.markdown("<div class='section-title'>๐Ÿ“ฌ Support</div>", unsafe_allow_html=True)
81
  st.markdown("""
82
  For further help, reach us at ๐Ÿ“ง **transpolymer2@gmail.com**