Spaces:
Runtime error
Runtime error
Commit
·
81eeb6d
1
Parent(s):
2202759
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def main():
|
|
40 |
"workEX": [workEX],
|
41 |
"spending": [SPENDING_DICT[spending]],
|
42 |
"family": [family]}))
|
43 |
-
result = "A" if result[0] == 0 else "
|
44 |
st.success("Your segmentation is "+result)
|
45 |
|
46 |
if __name__=="__main__":
|
|
|
40 |
"workEX": [workEX],
|
41 |
"spending": [SPENDING_DICT[spending]],
|
42 |
"family": [family]}))
|
43 |
+
result = "A" if result[0] == 0 else "Not A"
|
44 |
st.success("Your segmentation is "+result)
|
45 |
|
46 |
if __name__=="__main__":
|