Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lizadakhova
/
shad-nlp
like
0
Runtime error
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
5d36aad
shad-nlp
/
app.py
lizadakhova
Update app.py
5d36aad
almost 4 years ago
raw
Copy download link
history
blame
118 Bytes
import
torch
import
streamlit
as
st
st.markdown(
"Hello!"
)
sentence = st.
input
(
"Your sentence."
)
st.markdown(sentence)