Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,9 @@ interface = gr.Interface(
|
|
49 |
],
|
50 |
outputs="text",
|
51 |
title="Loan Status Prediction",
|
52 |
-
description="Input loan details to predict whether the loan is healthy or high-risk.
|
|
|
|
|
53 |
)
|
54 |
|
55 |
# Launch Gradio interface
|
|
|
49 |
],
|
50 |
outputs="text",
|
51 |
title="Loan Status Prediction",
|
52 |
+
description="Input loan details to predict whether the loan is healthy or high-risk. "
|
53 |
+
"Explore the project on GitHub [here](https://github.com/thaychansy/credit-risk-classification) "
|
54 |
+
"and try out other models [here](https://huggingface.co/tchans123)."
|
55 |
)
|
56 |
|
57 |
# Launch Gradio interface
|