NLP_project / pages /the_end.py
vvv-knyazeva's picture
Update pages/the_end.py
dc8d98a
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()