shvuuuu commited on
Commit
5f78b08
1 Parent(s): dde57f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def greet(Total_Transaction, Total_Ct_Chng_Q4_Q1, Total_Relationship_Count, Educ
100
  if pred[0] == 1:
101
  churn = "True"
102
  elif pred[0] == 0:
103
- churn = "Flase"
104
  return churn
105
 
106
  with gr.Blocks() as demo:
 
100
  if pred[0] == 1:
101
  churn = "True"
102
  elif pred[0] == 0:
103
+ churn = "False"
104
  return churn
105
 
106
  with gr.Blocks() as demo: