ThanaritKanjanametawat commited on
Commit
7201227
·
1 Parent(s): 2fa9831

make the text box bigger

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ DatasetOption = st.sidebar.selectbox(
23
  )
24
 
25
 
26
- text = st.text_area('Enter text here (max 512 words)', '')
27
 
28
 
29
 
 
23
  )
24
 
25
 
26
+ text = st.text_area('Enter text here (max 512 words)', '', height=300)
27
 
28
 
29