Update pages/03_Contact.py
Browse files- pages/03_Contact.py +1 -1
pages/03_Contact.py
CHANGED
@@ -20,7 +20,7 @@ with col1:
|
|
20 |
email_karim = "[email protected]"
|
21 |
st.image(photo_karim, caption="horizontal picture of Karim (default width)", width=None, use_column_width=None, clamp=False, channels="RGB",
|
22 |
output_format="auto", use_container_width=True)
|
23 |
-
st.markdown(f"Description: I am passionate about ... I worked on ... Feel free to connect with me on [LinkedIn]({linkedin_karim}) or reach out via email at [
|
24 |
|
25 |
#st.markdown(f"Email: [mailto:{email_karim}]({email_karim})")
|
26 |
|
|
|
20 |
email_karim = "[email protected]"
|
21 |
st.image(photo_karim, caption="horizontal picture of Karim (default width)", width=None, use_column_width=None, clamp=False, channels="RGB",
|
22 |
output_format="auto", use_container_width=True)
|
23 |
+
st.markdown(f"Description: I am passionate about ... I worked on ... Feel free to connect with me on [LinkedIn]({linkedin_karim}) or reach out via email at [{email_karim}](mailto:{email_karim}).")
|
24 |
|
25 |
#st.markdown(f"Email: [mailto:{email_karim}]({email_karim})")
|
26 |
|