Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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:
|