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