shad-nlp / app.py
lizadakhova's picture
Update app.py
0897146
raw
history blame
No virus
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)