File size: 202 Bytes
a504cb5
181f469
 
85d24d0
dc8d98a
85d24d0
bf112fd
181f469
 
a504cb5
 
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st
from PIL import Image

st.divider()
st.title(':blue[Thank you for your attention !] :green_heart:')
st.divider()
image = Image.open('pict/man.jpg')

st.image(image)

st.balloons()