Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ def process_and_output_files(input_files):
|
|
| 252 |
item_no=item_no+1
|
| 253 |
|
| 254 |
total_data = {
|
| 255 |
-
"S.No.": ""
|
| 256 |
"Nature of Expenditure": "Total Amount",
|
| 257 |
"Bill/Invoice No.": "",
|
| 258 |
"Amount(Rs.)": total_amount
|
|
|
|
| 252 |
item_no=item_no+1
|
| 253 |
|
| 254 |
total_data = {
|
| 255 |
+
"S.No.": "",
|
| 256 |
"Nature of Expenditure": "Total Amount",
|
| 257 |
"Bill/Invoice No.": "",
|
| 258 |
"Amount(Rs.)": total_amount
|