Spaces:
Sleeping
Sleeping
Update contact.py
Browse files- 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 |
-
|
69 |
-
|
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 |
-
#
|
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**
|