Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,16 +44,16 @@ def load_documents(sources):
|
|
44 |
return documents
|
45 |
|
46 |
sources = [
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-1-20.html",
|
58 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-2-20.html",
|
59 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-3-20.html",
|
|
|
44 |
return documents
|
45 |
|
46 |
sources = [
|
47 |
+
"TaxQADataSet_kctax.txt",
|
48 |
+
"TaxQADataSet_chutax.txt",
|
49 |
+
"HouseTaxAct1130103.txt",
|
50 |
+
"VehicleLicenseTaxAct1101230.txt",
|
51 |
+
"TaxCollectionAct1101217.txt",
|
52 |
+
"LandTaxAct1100623.txt",
|
53 |
+
"AmusementTaxAct960523.txt",
|
54 |
+
"StampTaxAct910515.txt",
|
55 |
+
"DeedTaxAct990505.txt",
|
56 |
+
"ProgressiveHouseTaxRates1130701.txt",
|
57 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-1-20.html",
|
58 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-2-20.html",
|
59 |
"https://www.tax.ntpc.gov.tw/lp-2158-1-3-20.html",
|