Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ for file_name in os.listdir(cases_directory):
|
|
| 15 |
cases_texts.append(content)
|
| 16 |
|
| 17 |
# Load legal data - Statutes
|
| 18 |
-
statutes_directory = '
|
| 19 |
statutes_texts = {}
|
| 20 |
for file_name in os.listdir(statutes_directory):
|
| 21 |
file_path = os.path.join(statutes_directory, file_name)
|
|
|
|
| 15 |
cases_texts.append(content)
|
| 16 |
|
| 17 |
# Load legal data - Statutes
|
| 18 |
+
statutes_directory = 'Object_statutes'
|
| 19 |
statutes_texts = {}
|
| 20 |
for file_name in os.listdir(statutes_directory):
|
| 21 |
file_path = os.path.join(statutes_directory, file_name)
|