blessedpug commited on
Commit
c79032d
·
1 Parent(s): 441489a

Minor Changes

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -18,6 +18,12 @@ with gr.Blocks() as demo:
18
  "merchant": "",
19
  "date": "",
20
  "total_amount": null,
 
 
 
 
 
 
21
  }
22
  ```""",
23
 
 
18
  "merchant": "",
19
  "date": "",
20
  "total_amount": null,
21
+ "items": [
22
+ {
23
+ "description": "",
24
+ "amount": null
25
+ }
26
+ ]
27
  }
28
  ```""",
29