lizadakhova commited on
Commit
40071a1
1 Parent(s): 5d36aad

Update app.py

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