NLP_project / pages /the_end.py
vasevooo's picture
Upload the_end.py
50aeaf2
raw
history blame
202 Bytes
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()