tchans123 commited on
Commit
68d7433
1 Parent(s): 61c5131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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. Try out other models [here](https://huggingface.co/tchans123)."
 
 
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