Spaces:
Runtime error
Runtime error
Commit
·
5d0d7b2
1
Parent(s):
b8f575b
Update contact.py
Browse files- contact.py +1 -3
contact.py
CHANGED
@@ -8,9 +8,7 @@ def run():
|
|
8 |
st.markdown('---')
|
9 |
|
10 |
st.write('##### Author Contact Information:')
|
11 |
-
st.write('[
|
12 |
-
st.write('or')
|
13 |
-
st.write('[LINKEDIN](https://www.linkedin.com/in/abi-sugiri/)')
|
14 |
|
15 |
|
16 |
if __name__ == '__main__':
|
|
|
8 |
st.markdown('---')
|
9 |
|
10 |
st.write('##### Author Contact Information:')
|
11 |
+
st.write('[LINKEDIN](www.linkedin.com/in/jeetendra-pagwani)')
|
|
|
|
|
12 |
|
13 |
|
14 |
if __name__ == '__main__':
|