Spaces:
Sleeping
Sleeping
File size: 202 Bytes
50aeaf2 |
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() |