Hyeonseo commited on
Commit
ff4497e
Β·
1 Parent(s): fbb0cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def translate_with_upload(text, file):
46
 
47
  if file is not None:
48
  text_input = file.read().decode('utf-8')
 
49
  # ν…μŠ€νŠΈμ—μ„œ μ½”λ“œ 블둝을 μ œκ±°ν•©λ‹ˆλ‹€.
50
  text_input = re.sub(r'```.*?```', '', text_input, flags=re.DOTALL)
51
 
 
46
 
47
  if file is not None:
48
  text_input = file.read().decode('utf-8')
49
+ print(text_input)
50
  # ν…μŠ€νŠΈμ—μ„œ μ½”λ“œ 블둝을 μ œκ±°ν•©λ‹ˆλ‹€.
51
  text_input = re.sub(r'```.*?```', '', text_input, flags=re.DOTALL)
52