Spaces:
Running
Running
ryanrwatkins
commited on
Commit
•
43e8065
1
Parent(s):
9e44d32
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def langchain_document_loader():
|
|
66 |
"""
|
67 |
current_dir = os.getcwd()
|
68 |
#TMP_DIR = current_dir
|
69 |
-
|
70 |
documents = []
|
71 |
|
72 |
"""
|
|
|
66 |
"""
|
67 |
current_dir = os.getcwd()
|
68 |
#TMP_DIR = current_dir
|
69 |
+
global documents
|
70 |
documents = []
|
71 |
|
72 |
"""
|