Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,7 @@ sources = [
|
|
59 |
"TaxCollectionAct1101217.txt",
|
60 |
"AmusementTaxAct960523.txt",
|
61 |
"StampTaxAct910515.txt",
|
62 |
-
"DeedTaxAct990505.txt"
|
63 |
-
"ProgressiveHouseTaxRates1130701.txt"
|
64 |
]
|
65 |
|
66 |
documents = load_documents(sources)
|
|
|
59 |
"TaxCollectionAct1101217.txt",
|
60 |
"AmusementTaxAct960523.txt",
|
61 |
"StampTaxAct910515.txt",
|
62 |
+
"DeedTaxAct990505.txt"
|
|
|
63 |
]
|
64 |
|
65 |
documents = load_documents(sources)
|