vvv-knyazeva commited on
Commit
181f469
1 Parent(s): a504cb5

Update pages/the_end.py

Browse files
Files changed (1) hide show
  1. pages/the_end.py +7 -0
pages/the_end.py CHANGED
@@ -1,3 +1,10 @@
1
  import streamlit as st
 
 
 
 
 
 
 
2
 
3
  st.balloons()
 
1
  import streamlit as st
2
+ from PIL import Image
3
+
4
+ st.title(':red[Thank you for your attention] :heartpulse:')
5
+
6
+ image = Image.open('https://papik.pro/uploads/posts/2021-12/thumbs/1639457795_4-papik-pro-p-memi-milie-risunki-4.jpg')
7
+
8
+ st.image(image)
9
 
10
  st.balloons()