Spaces:
Runtime error
Runtime error
snoop2head
commited on
Commit
โข
d19bce7
1
Parent(s):
2ab56af
increase input height
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ default_value = "ํ๋ก์ ํธ ๊ฐ์น๊ฐ ๋ฏธํ 1๋ฐฑ๋ง ๋ฌ๋ฌ ์ด์์ธ ๊ณต๊ณต
|
|
25 |
src_text = st.text_area(
|
26 |
"๋ฐ๊พธ๊ณ ์ถ์ ๋ฌธ์ฅ์ ์
๋ ฅํ์ธ์:",
|
27 |
default_value,
|
28 |
-
height=
|
29 |
-
max_chars=
|
30 |
)
|
31 |
print(src_text)
|
32 |
|
|
|
25 |
src_text = st.text_area(
|
26 |
"๋ฐ๊พธ๊ณ ์ถ์ ๋ฌธ์ฅ์ ์
๋ ฅํ์ธ์:",
|
27 |
default_value,
|
28 |
+
height=400,
|
29 |
+
max_chars=200,
|
30 |
)
|
31 |
print(src_text)
|
32 |
|