File size: 176 Bytes
842749f
 
 
61ed66c
0897146
5d36aad
1
2
3
4
5
6
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)