snoop2head commited on
Commit
9502bf6
Β·
1 Parent(s): efe1974

change default value

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,11 +26,11 @@ translation_list = ["ν•œκ΅­μ–΄μ—μ„œ μ˜μ–΄ | Korean to English", "μ˜μ–΄μ—μ„œ
26
  translation_mode = st.sidebar.radio("λ²ˆμ—­ λͺ¨λ“œλ₯Ό 선택(Translation Mode):", translation_list)
27
 
28
 
29
- default_value = "ν”„λ‘œμ νŠΈ κ°€μΉ˜κ°€ λ―Έν™” 1백만 λ‹¬λŸ¬ 이상인 곡곡 νŒŒνŠΈλ„ˆκ°€ μ‹œμž‘ν•œ PPP ν”„λ‘œμ νŠΈμ— λŒ€ν•΄ 2단계 μž…μ°°μ΄ μ‹€μ‹œλ©λ‹ˆλ‹€. μž…μ°°μ„ μ „μž λ°©μ‹μœΌλ‘œ μ§„ν–‰ν•˜λŠ” 것이 ν—ˆμš©λ©λ‹ˆλ‹€. (즉, μ‹ μ²­μ„œ 및 μž…μ°° μ œμ•ˆμ˜ μ „μž 제좜). COVID-19 전염병과 그에 λ”°λ₯Έ μ—¬ν–‰ μ œν•œμœΌλ‘œ 인해 μ˜€λŠ˜λ‚ μ—λŠ” 일반적인 관행이 λ˜μ—ˆμŠ΅λ‹ˆλ‹€."
30
  src_text = st.text_area(
31
  "λ²ˆμ—­ν•˜κ³  싢은 λ¬Έμž₯을 μž…λ ₯ν•˜μ„Έμš”:",
32
  default_value,
33
- height=400,
34
  max_chars=200,
35
  )
36
  print(src_text)
 
26
  translation_mode = st.sidebar.radio("λ²ˆμ—­ λͺ¨λ“œλ₯Ό 선택(Translation Mode):", translation_list)
27
 
28
 
29
+ default_value = 'μ‹ ν•œμΉ΄λ“œ κ΄€κ³„μžλŠ” "κ³Όκ±° 내놓은 μƒν’ˆμ˜ 경우 μΆœμ‹œ 2κ°œμ›” λ§Œμ— 적금 κ°€μž…μ΄ 4λ§Œμ—¬ μ’Œμ— 달할 μ •λ„λ‘œ 인기λ₯Ό λŒμ—ˆλ‹€"λ©΄μ„œ "금리 인상에 따라 적금 금리λ₯Ό 더 올렀 λ§Žμ€ 고객이 λͺ°λ¦΄ κ²ƒμœΌλ‘œ μ˜ˆμƒν•˜κ³  μžˆλ‹€"κ³  λ§ν–ˆλ‹€.'
30
  src_text = st.text_area(
31
  "λ²ˆμ—­ν•˜κ³  싢은 λ¬Έμž₯을 μž…λ ₯ν•˜μ„Έμš”:",
32
  default_value,
33
+ height=300,
34
  max_chars=200,
35
  )
36
  print(src_text)