Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 38 |
-
amt_in_figures = gr.Textbox(label="
|
| 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 |
|