thisisdev commited on
Commit
93f139a
·
verified ·
1 Parent(s): 05bb703

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -26,7 +26,7 @@ class InvoicePipeline:
26
  "UNIT PRICE": pd.Series(dtype = "str"),
27
  "AMOUNT": pd.Series(dtype = "int"),
28
  "Bill For": pd.Series(dtype = "str"),
29
- "From": pd.Series(dtype =" str"),
30
  "Terms": pd.Series(dtype = "str")}
31
  )
32
 
 
26
  "UNIT PRICE": pd.Series(dtype = "str"),
27
  "AMOUNT": pd.Series(dtype = "int"),
28
  "Bill For": pd.Series(dtype = "str"),
29
+ "From": pd.Series(dtype ="str"),
30
  "Terms": pd.Series(dtype = "str")}
31
  )
32