Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -393,7 +393,7 @@ def postprocess_dataframes(result_tables):
|
|
| 393 |
result_df["amount"] = table_df.iloc[:, 1].copy()
|
| 394 |
|
| 395 |
result_df["cost_code"] = ""
|
| 396 |
-
res["
|
| 397 |
return res
|
| 398 |
|
| 399 |
|
|
|
|
| 393 |
result_df["amount"] = table_df.iloc[:, 1].copy()
|
| 394 |
|
| 395 |
result_df["cost_code"] = ""
|
| 396 |
+
res["Table" + str(idx)] = result_df.to_json(orient="records")
|
| 397 |
return res
|
| 398 |
|
| 399 |
|