Seth0330 commited on
Commit
cae838a
·
verified ·
1 Parent(s): b3696a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -151,6 +151,8 @@ def get_extraction_prompt(model_choice, txt):
151
  ' "ship_to_address": "string or null",\n'
152
  ' "bill_to_name": "string or null",\n'
153
  ' "bill_to_address": "string or null",\n'
 
 
154
  ' "tax_id": "string or null",\n'
155
  ' "tax_registration_number": "string or null",\n'
156
  ' "vat_number": "string or null",\n'
 
151
  ' "ship_to_address": "string or null",\n'
152
  ' "bill_to_name": "string or null",\n'
153
  ' "bill_to_address": "string or null",\n'
154
+ ' "remit_to_name": "string or null",\n'
155
+ ' "remit_to_address": "string or null",\n'
156
  ' "tax_id": "string or null",\n'
157
  ' "tax_registration_number": "string or null",\n'
158
  ' "vat_number": "string or null",\n'