Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,8 @@ interface = gr.Interface(
|
|
25 |
fn=predict_defaulter,
|
26 |
inputs=["number", "number"],
|
27 |
outputs="text",
|
28 |
-
title="Defaulter Prediction"
|
|
|
29 |
)
|
30 |
# Launch the interface
|
31 |
interface.launch()
|
|
|
25 |
fn=predict_defaulter,
|
26 |
inputs=["number", "number"],
|
27 |
outputs="text",
|
28 |
+
title="Defaulter Prediction",
|
29 |
+
descripation="Predicting Defaulters An intuitive app leveraging machine learning to forecast potential defaulters based on financial attributes. Simply input salary and number of dependents to receive instant predictions. Streamlining risk assessment and decision-making processes in financial domains with just a few clicks."
|
30 |
)
|
31 |
# Launch the interface
|
32 |
interface.launch()
|