shad-nlp / app.py
lizadakhova's picture
Update app.py
5d36aad
raw
history blame
118 Bytes
import torch
import streamlit as st
st.markdown("Hello!")
sentence = st.input("Your sentence.")
st.markdown(sentence)