snoop2head commited on
Commit
2854501
โ€ข
1 Parent(s): d19bce7

reduce height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ default_value = "ํ”„๋กœ์ ํŠธ ๊ฐ€์น˜๊ฐ€ ๋ฏธํ™” 1๋ฐฑ๋งŒ ๋‹ฌ๋Ÿฌ ์ด์ƒ์ธ ๊ณต๊ณต
25
  src_text = st.text_area(
26
  "๋ฐ”๊พธ๊ณ  ์‹ถ์€ ๋ฌธ์žฅ์„ ์ž…๋ ฅํ•˜์„ธ์š”:",
27
  default_value,
28
- height=400,
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)