Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ def process_and_output_files(input_files):
|
|
268 |
else:
|
269 |
extracted_data = {
|
270 |
"S.No.": item_no,
|
271 |
-
"Nature of Expenditure":
|
272 |
"Bill/Invoice No.": response_dict.get("uids"),
|
273 |
"Amount(Rs.)": response_dict.get("total")
|
274 |
}
|
|
|
268 |
else:
|
269 |
extracted_data = {
|
270 |
"S.No.": item_no,
|
271 |
+
"Nature of Expenditure": category.name,
|
272 |
"Bill/Invoice No.": response_dict.get("uids"),
|
273 |
"Amount(Rs.)": response_dict.get("total")
|
274 |
}
|