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)