Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lizadakhova
/
shad-nlp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e6bf78c
shad-nlp
/
app.py
lizadakhova
Update app.py
0897146
about 3 years ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
torch
import
streamlit
as
st
st.markdown(
"Hello!"
)
sentence = st.text_input(
"Please, enter your sentence. I will try to make it more positive :)"
)
st.markdown(sentence)