DDingcheol commited on
Commit
394ee12
ยท
1 Parent(s): 4505847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ def get_pdf_text(pdf_docs):
26
  # ์•„๋ž˜ ํ…์ŠคํŠธ ์ถ”์ถœ ํ•จ์ˆ˜๋ฅผ ์ž‘์„ฑ
27
  def get_text_file(docs):
28
  txt_content = docs.read().decode("utf-8")
29
- return txt_content
30
-
31
 
32
  def get_csv_file(docs):
33
  pass
 
26
  # ์•„๋ž˜ ํ…์ŠคํŠธ ์ถ”์ถœ ํ•จ์ˆ˜๋ฅผ ์ž‘์„ฑ
27
  def get_text_file(docs):
28
  txt_content = docs.read().decode("utf-8")
29
+ return [txt_content]
 
30
 
31
  def get_csv_file(docs):
32
  pass