Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -639,14 +639,14 @@ def process(files,button):
|
|
| 639 |
# tempt_list = [element for element in filled_warn[-2][0] if element in columns]
|
| 640 |
# filled_warn[-2] = "Padded columns "+str(list(tempt_list))+" with total of "+str(round(filled_warn[-2][1],3))+" each"
|
| 641 |
pass
|
| 642 |
-
fillings_amounts = filled_warn[-1][1]
|
| 643 |
filled_warn.pop(-1)
|
| 644 |
sheet_data[name] = {
|
| 645 |
"Before columns": [old_olds],
|
| 646 |
'Sum Before':[sums_old,None,True],
|
| 647 |
"After columns": [ncols, '00FF00'],
|
| 648 |
'Sum After':[sums_new,None,True],
|
| 649 |
-
'Filling amount':[fillings_amounts,None,True],
|
| 650 |
'Fillings':[filled_warn,None],
|
| 651 |
"Warnings": sheetwarnings
|
| 652 |
}
|
|
|
|
| 639 |
# tempt_list = [element for element in filled_warn[-2][0] if element in columns]
|
| 640 |
# filled_warn[-2] = "Padded columns "+str(list(tempt_list))+" with total of "+str(round(filled_warn[-2][1],3))+" each"
|
| 641 |
pass
|
| 642 |
+
# fillings_amounts = filled_warn[-1][1]
|
| 643 |
filled_warn.pop(-1)
|
| 644 |
sheet_data[name] = {
|
| 645 |
"Before columns": [old_olds],
|
| 646 |
'Sum Before':[sums_old,None,True],
|
| 647 |
"After columns": [ncols, '00FF00'],
|
| 648 |
'Sum After':[sums_new,None,True],
|
| 649 |
+
#'Filling amount':[fillings_amounts,None,True],
|
| 650 |
'Fillings':[filled_warn,None],
|
| 651 |
"Warnings": sheetwarnings
|
| 652 |
}
|