Commit
Β·
b7e362e
1
Parent(s):
8af059d
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def get_text_file(docs):
|
|
35 |
text_list.append(text)
|
36 |
except Exception as e:
|
37 |
print(f"An error occurred while extracting text: {e}")
|
38 |
-
continue # μλ¬ λ°μ μ 건λλλλ€.
|
39 |
|
40 |
return text_list
|
41 |
|
|
|
35 |
text_list.append(text)
|
36 |
except Exception as e:
|
37 |
print(f"An error occurred while extracting text: {e}")
|
38 |
+
#continue # μλ¬ λ°μ μ 건λλλλ€.
|
39 |
|
40 |
return text_list
|
41 |
|