Spaces:
Runtime error
Runtime error
Commit
·
85d24d0
1
Parent(s):
d5ea732
Update pages/the_end.py
Browse files- pages/the_end.py +3 -2
pages/the_end.py
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from PIL import Image
|
| 3 |
|
| 4 |
-
st.
|
| 5 |
-
|
|
|
|
| 6 |
image = Image.open('pict/heart.jpg')
|
| 7 |
|
| 8 |
st.image(image)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from PIL import Image
|
| 3 |
|
| 4 |
+
st.divider()
|
| 5 |
+
st.title(':orange[Thank you for your attention !]')
|
| 6 |
+
st.divider()
|
| 7 |
image = Image.open('pict/heart.jpg')
|
| 8 |
|
| 9 |
st.image(image)
|