Spaces:
Runtime error
Runtime error
Commit
·
beef901
1
Parent(s):
a992504
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
|
|
7 |
st.title(' _Welcome to my Projects Portfolio_ ')
|
8 |
|
9 |
with st.sidebar:
|
10 |
-
image = Image.open("
|
11 |
st.image(image)
|
12 |
st.subheader("Interest")
|
13 |
st.markdown("""
|
|
|
7 |
st.title(' _Welcome to my Projects Portfolio_ ')
|
8 |
|
9 |
with st.sidebar:
|
10 |
+
image = Image.open("Images/IMG-20220413-WA0005.jpg")
|
11 |
st.image(image)
|
12 |
st.subheader("Interest")
|
13 |
st.markdown("""
|