ThanaritKanjanametawat commited on
Commit
c2ffea7
1 Parent(s): 7201227

make the text box a bit smaller

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)', '', height=300)
27
 
28
 
29
 
 
23
  )
24
 
25
 
26
+ text = st.text_area('Enter text here (max 512 words)', '', height=200)
27
 
28
 
29