dschandra commited on
Commit
caad212
·
verified ·
1 Parent(s): f8a70ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ demo = gr.Interface(
53
  gr.Text(label="Last Premium Paid Date (YYYY-MM-DD)"),
54
  gr.Dropdown(["Annual", "Semi-Annual", "Quarterly", "Monthly"], label="Payment Mode"),
55
  gr.Number(label="Policy Term (Years)"),
56
- gr.Number(label="Policy Age (Years)"),
57
- gr.Slider(0, 1, label="Communication Score (0 to 1)") # a feature from comm. history analysis
58
  ],
59
  outputs=gr.Number(label="Lapse Risk Score (0 - 1)"),
60
  title="Lapse Risk Predictor",
 
53
  gr.Text(label="Last Premium Paid Date (YYYY-MM-DD)"),
54
  gr.Dropdown(["Annual", "Semi-Annual", "Quarterly", "Monthly"], label="Payment Mode"),
55
  gr.Number(label="Policy Term (Years)"),
56
+ gr.Number(label="Policy Age (Years)")
57
+ #gr.Slider(0, 1, label="Communication Score (0 to 1)") # a feature from comm. history analysis
58
  ],
59
  outputs=gr.Number(label="Lapse Risk Score (0 - 1)"),
60
  title="Lapse Risk Predictor",