Annorita commited on
Commit
8de26e7
1 Parent(s): a56d29b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ input_data = st.sidebar.selectbox(
52
  input_option)
53
 
54
  if input_data == 'enter by myself':
55
- input_data = st.sidebar.text_input('Write the Input Sentence', 'Hello sunshine!!!')
56
 
57
  #with st.sidebar.expander("Input that you might want to test"):
58
  # for m in input_option:
 
52
  input_option)
53
 
54
  if input_data == 'enter by myself':
55
+ input_data = st.sidebar.text_area('Write the Input Sentence', 'Hello sunshine!!!')
56
 
57
  #with st.sidebar.expander("Input that you might want to test"):
58
  # for m in input_option: