Spaces:
Running
Running
ThanaritKanjanametawat
commited on
Commit
·
c2ffea7
1
Parent(s):
7201227
make the text box a bit smaller
Browse files
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=
|
27 |
|
28 |
|
29 |
|
|
|
23 |
)
|
24 |
|
25 |
|
26 |
+
text = st.text_area('Enter text here (max 512 words)', '', height=200)
|
27 |
|
28 |
|
29 |
|