shivi commited on
Commit
1e639f6
1 Parent(s): ec54c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ with demo:
34
  gr.Markdown("**Parsed Cheque Data**")
35
 
36
  payee_name = gr.Textbox(label="Payee Name")
37
- amt_in_words = gr.Textbox(label="Courtesy Amount")
38
- amt_in_figures = gr.Textbox(label="Legal Amount")
39
  cheque_date = gr.Textbox(label="Cheque Date")
40
  bank_name = gr.Textbox(label="Bank Name")
41
 
 
34
  gr.Markdown("**Parsed Cheque Data**")
35
 
36
  payee_name = gr.Textbox(label="Payee Name")
37
+ amt_in_words = gr.Textbox(label="Legal Amount")
38
+ amt_in_figures = gr.Textbox(label="Courtesy Amount")
39
  cheque_date = gr.Textbox(label="Cheque Date")
40
  bank_name = gr.Textbox(label="Bank Name")
41