Commit
Β·
243ab84
1
Parent(s):
facb6cf
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def get_text_file(docs):
|
|
37 |
print(f"An error occurred while extracting text: {e}")
|
38 |
continue # μλ¬ λ°μ μ 건λλλλ€.
|
39 |
|
40 |
-
return
|
41 |
|
42 |
|
43 |
def get_csv_file(docs):
|
|
|
37 |
print(f"An error occurred while extracting text: {e}")
|
38 |
continue # μλ¬ λ°μ μ 건λλλλ€.
|
39 |
|
40 |
+
return text_list
|
41 |
|
42 |
|
43 |
def get_csv_file(docs):
|