Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ sources = [
|
|
49 |
"HouseTaxAct1130103.txt",
|
50 |
"VehicleLicenseTaxAct1101230.txt",
|
51 |
"TaxCollectionAct1101217.txt",
|
|
|
52 |
"StampTaxAct910515.txt",
|
53 |
-
"DeedTaxAct990505.txt"
|
54 |
-
"AmusementTaxAct960523.txt"
|
55 |
]
|
56 |
|
57 |
documents = load_documents(sources)
|
|
|
49 |
"HouseTaxAct1130103.txt",
|
50 |
"VehicleLicenseTaxAct1101230.txt",
|
51 |
"TaxCollectionAct1101217.txt",
|
52 |
+
"AmusementTaxAct960523.txt",
|
53 |
"StampTaxAct910515.txt",
|
54 |
+
"DeedTaxAct990505.txt"
|
|
|
55 |
]
|
56 |
|
57 |
documents = load_documents(sources)
|