harish199 commited on
Commit
12f3142
1 Parent(s): 160abf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
93
  with gr.Column(scale=1,min_width=500):
94
  Home_Ownership_Status=gr.Radio(['MORTGAGE', 'OTHER','OWN', 'RENT'],label="Home Ownership Status")
95
  with gr.Column(scale=2,min_width=100):
96
- Person_Defaulted_in_History=gr.Radio(['0', '1'],label="Missed Payment in History")
97
 
98
  with gr.Row():
99
  with gr.Column(scale=3,min_width=300):
 
93
  with gr.Column(scale=1,min_width=500):
94
  Home_Ownership_Status=gr.Radio(['MORTGAGE', 'OTHER','OWN', 'RENT'],label="Home Ownership Status")
95
  with gr.Column(scale=2,min_width=100):
96
+ Person_Defaulted_in_History=gr.Radio(['N', 'Y'],label="Missed Payment in History")
97
 
98
  with gr.Row():
99
  with gr.Column(scale=3,min_width=300):