qq1023 commited on
Commit
3362083
·
1 Parent(s): 64771b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": Category[category],
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": str(category),
272
  "Bill/Invoice No.": response_dict.get("uids"),
273
  "Amount(Rs.)": response_dict.get("total")
274
  }