Spaces:
Running
Running
Update contact.py
Browse files- contact.py +2 -2
contact.py
CHANGED
@@ -90,8 +90,8 @@ def show():
|
|
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 π§ **
|
94 |
-
GitHub -
|
95 |
""")
|
96 |
|
97 |
# Run this file directly for testing
|
|
|
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**
|
94 |
+
GitHub - https://github.com/Transpolymer
|
95 |
""")
|
96 |
|
97 |
# Run this file directly for testing
|