snoop2head commited on
Commit
efe1974
ยท
1 Parent(s): dc6144b

increase height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ default_value = "ํ”„๋กœ์ ํŠธ ๊ฐ€์น˜๊ฐ€ ๋ฏธํ™” 1๋ฐฑ๋งŒ ๋‹ฌ๋Ÿฌ ์ด์ƒ์ธ ๊ณต๊ณต
30
  src_text = st.text_area(
31
  "๋ฒˆ์—ญํ•˜๊ณ  ์‹ถ์€ ๋ฌธ์žฅ์„ ์ž…๋ ฅํ•˜์„ธ์š”:",
32
  default_value,
33
- height=100,
34
  max_chars=200,
35
  )
36
  print(src_text)
 
30
  src_text = st.text_area(
31
  "๋ฒˆ์—ญํ•˜๊ณ  ์‹ถ์€ ๋ฌธ์žฅ์„ ์ž…๋ ฅํ•˜์„ธ์š”:",
32
  default_value,
33
+ height=400,
34
  max_chars=200,
35
  )
36
  print(src_text)