nunclud commited on
Commit
802ee17
·
verified ·
1 Parent(s): 724fb8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ interface = gr.Interface(
62
  gr.Number(label="Applicant Income"),
63
  gr.Number(label="Coapplicant Income"),
64
  gr.Number(label="Loan Amount"),
65
- gr.Number(label="Loan Amount Term"),
66
  gr.Radio([1, 0], label="Credit History (1 = Good, 0 = Bad)"),
67
  gr.Radio(["Urban", "Semiurban", "Rural"], label="Property Area"),
68
  ],
 
62
  gr.Number(label="Applicant Income"),
63
  gr.Number(label="Coapplicant Income"),
64
  gr.Number(label="Loan Amount"),
65
+ gr.Number(label="Loan Amount Term(Days)"),
66
  gr.Radio([1, 0], label="Credit History (1 = Good, 0 = Bad)"),
67
  gr.Radio(["Urban", "Semiurban", "Rural"], label="Property Area"),
68
  ],