Spaces:
Sleeping
Sleeping
Upload the_end.py
Browse files- pages/the_end.py +11 -0
pages/the_end.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
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 |
+
|
9 |
+
st.image(image)
|
10 |
+
|
11 |
+
st.balloons()
|