Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ interface = gr.Interface(
|
|
| 26 |
inputs=["number", "number"],
|
| 27 |
outputs="text",
|
| 28 |
title="Defaulter Prediction",
|
| 29 |
-
|
| 30 |
)
|
| 31 |
# Launch the interface
|
| 32 |
interface.launch()
|
|
|
|
| 26 |
inputs=["number", "number"],
|
| 27 |
outputs="text",
|
| 28 |
title="Defaulter Prediction",
|
| 29 |
+
description="This app predicts whether an individual is likely to default based on their salary and number of dependents. Input the respective values and get instant predictions."
|
| 30 |
)
|
| 31 |
# Launch the interface
|
| 32 |
interface.launch()
|