Ayesha-Majeed commited on
Commit
805b147
·
verified ·
1 Parent(s): 4b33880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ Extract and structure the data as valid JSON only (no markdown, no commentary):
37
  "inventories": {
38
  "items": [
39
  {
40
- "quantityShipped": "Quantity as number, no of packages",
41
  "inventoryUnits": string | null,
42
  "pcs": number | null,
43
  "productName": string | null,
 
37
  "inventories": {
38
  "items": [
39
  {
40
+ "quantityShipped": number | null,
41
  "inventoryUnits": string | null,
42
  "pcs": number | null,
43
  "productName": string | null,