lizadakhova commited on
Commit
5d36aad
·
1 Parent(s): 58a611c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,3 +2,5 @@ import torch
2
  import streamlit as st
3
 
4
  st.markdown("Hello!")
 
 
 
2
  import streamlit as st
3
 
4
  st.markdown("Hello!")
5
+ sentence = st.input("Your sentence.")
6
+ st.markdown(sentence)