Spaces:
Running
Running
Update contact.py
Browse files- contact.py +2 -2
contact.py
CHANGED
@@ -53,7 +53,7 @@ def show():
|
|
53 |
st.markdown("<div class='section-title'>π Getting Started</div>", unsafe_allow_html=True)
|
54 |
st.markdown("""
|
55 |
- **Step 1:** Go to the **Prediction** page.
|
56 |
-
- **Step 2:** Enter a valid **SMILES string
|
57 |
- **Step 3:** Click **Predict** to see the results.
|
58 |
- The app will return **six polymer properties** based on your input.
|
59 |
""")
|
@@ -91,7 +91,7 @@ def show():
|
|
91 |
st.markdown("<div class='section-title'>π¬ Support</div>", unsafe_allow_html=True)
|
92 |
st.markdown("""
|
93 |
For further help, reach us at π§ **transpolymer365@gmail.com**
|
94 |
-
|
95 |
""")
|
96 |
|
97 |
# Run this file directly for testing
|
|
|
53 |
st.markdown("<div class='section-title'>π Getting Started</div>", unsafe_allow_html=True)
|
54 |
st.markdown("""
|
55 |
- **Step 1:** Go to the **Prediction** page.
|
56 |
+
- **Step 2:** Enter a valid **SMILES string**.
|
57 |
- **Step 3:** Click **Predict** to see the results.
|
58 |
- The app will return **six polymer properties** based on your input.
|
59 |
""")
|
|
|
91 |
st.markdown("<div class='section-title'>π¬ Support</div>", unsafe_allow_html=True)
|
92 |
st.markdown("""
|
93 |
For further help, reach us at π§ **transpolymer365@gmail.com**
|
94 |
+
GitHub - (https://github.com/your-username/transpolymer/issues)
|
95 |
""")
|
96 |
|
97 |
# Run this file directly for testing
|