Commit
ยท
394ee12
1
Parent(s):
4505847
Update app.py
Browse files
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
|