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)