Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ def get_docx_index(folder_path):
|
|
| 246 |
return index_creator.from_documents(documents)
|
| 247 |
|
| 248 |
# مسیر فایل CSV
|
| 249 |
-
folder_path = '
|
| 250 |
|
| 251 |
try:
|
| 252 |
docx_index = get_docx_index(folder_path)
|
|
|
|
| 246 |
return index_creator.from_documents(documents)
|
| 247 |
|
| 248 |
# مسیر فایل CSV
|
| 249 |
+
folder_path = '46/'
|
| 250 |
|
| 251 |
try:
|
| 252 |
docx_index = get_docx_index(folder_path)
|