nunclud commited on
Commit
218aef5
·
verified ·
1 Parent(s): 711541e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ def predict_loan_status(
52
 
53
  return "Loan Approved" if prediction == 1 else "Loan Rejected"
54
 
55
-
56
  # Gradio Interface
57
  interface = gr.Interface(
58
  fn=predict_loan_status,
 
52
 
53
  return "Loan Approved" if prediction == 1 else "Loan Rejected"
54
 
 
55
  # Gradio Interface
56
  interface = gr.Interface(
57
  fn=predict_loan_status,