Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
bf112fd
1
Parent(s):
a8fad15
Update pages/the_end.py
Browse files- pages/the_end.py +1 -1
pages/the_end.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
st.divider()
|
5 |
st.title('Thank you for your attention !')
|
6 |
st.divider()
|
7 |
-
image = Image.open('pict/
|
8 |
|
9 |
st.image(image)
|
10 |
|
|
|
4 |
st.divider()
|
5 |
st.title('Thank you for your attention !')
|
6 |
st.divider()
|
7 |
+
image = Image.open('pict/man.jpg')
|
8 |
|
9 |
st.image(image)
|
10 |
|