esteele commited on
Commit
4939af5
·
verified ·
1 Parent(s): d244e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def keep_alive():
10
  predict_loan_status(10000, 10, 600, 250, 5000)
11
  return "ok"
12
  except Exception as e:
13
- return f"error: {str(e)}"
14
 
15
  def predict_loan_status(
16
  loan_original_amount,
 
10
  predict_loan_status(10000, 10, 600, 250, 5000)
11
  return "ok"
12
  except Exception as e:
13
+ return "error:", str(e)
14
 
15
  def predict_loan_status(
16
  loan_original_amount,