vasevooo commited on
Commit
50aeaf2
1 Parent(s): 1d52162

Upload the_end.py

Browse files
Files changed (1) hide show
  1. 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()