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