transpolymer commited on
Commit
4cd6544
Β·
verified Β·
1 Parent(s): 0c4ff27

Update contact.py

Browse files
Files changed (1) hide show
  1. 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** or choose a polymer from the dropdown.
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
- Or report issues on [GitHub](https://github.com/your-username/transpolymer/issues)
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