Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vasevooo
/
NLP_project
like
0
Sleeping
App
Files
Files
Community
7
af88520
NLP_project
/
pages
/
the_end.py
vasevooo
Upload the_end.py
50aeaf2
over 1 year ago
raw
Copy download link
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()