Spaces:
Sleeping
Sleeping
Update pages/03_Contact.py (#12)
Browse files- Update pages/03_Contact.py (cfba49a2ce9945ca6e12c28b7f1381ff64d21f87)
Co-authored-by: Karim Muhammad El-Sharkawy <[email protected]>
- pages/03_Contact.py +13 -13
pages/03_Contact.py
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
from PIL import Image # for pictures
|
3 |
-
|
4 |
-
st.title('Contact')
|
5 |
-
|
6 |
-
st.markdown("Project Team: Introduction to the project team, including brief bios or links to their profiles.")
|
7 |
-
st.markdown("Contact Info: social media, contact form, emails")
|
8 |
-
|
9 |
-
|
10 |
-
### Pictures
|
11 |
-
photo_karim = Image.open(r"
|
12 |
-
st.image(photo_karim, caption="horizontal Picture of Karim (default width)", width=None, use_column_width=None, clamp=False, channels="RGB",
|
13 |
-
output_format="auto", use_container_width=False)
|
14 |
st.header("FAQ")
|
|
|
1 |
+
import streamlit as st
|
2 |
+
from PIL import Image # for pictures
|
3 |
+
|
4 |
+
st.title('Contact')
|
5 |
+
|
6 |
+
st.markdown("Project Team: Introduction to the project team, including brief bios or links to their profiles.")
|
7 |
+
st.markdown("Contact Info: social media, contact form, emails")
|
8 |
+
|
9 |
+
|
10 |
+
### Pictures
|
11 |
+
photo_karim = Image.open(r"pictures\karim 1.jpg")
|
12 |
+
st.image(photo_karim, caption="horizontal Picture of Karim (default width)", width=None, use_column_width=None, clamp=False, channels="RGB",
|
13 |
+
output_format="auto", use_container_width=False)
|
14 |
st.header("FAQ")
|