saifhmb
commited on
Update output comment
Browse filesupdate output comments 'if result ==2'
app.py
CHANGED
@@ -134,7 +134,7 @@ def main():
|
|
134 |
if result == 1:
|
135 |
st.success("The output is {}".format(result) + " which falls under 'bad profit' and thus the customer MAYBE worth issuing a credit card")
|
136 |
if result == 2:
|
137 |
-
st.success("The output is {}".format(result) + " which falls under 'good risk' and thus the customer worth issuing a credit card")
|
138 |
|
139 |
if __name__=='__main__':
|
140 |
main()
|
|
|
134 |
if result == 1:
|
135 |
st.success("The output is {}".format(result) + " which falls under 'bad profit' and thus the customer MAYBE worth issuing a credit card")
|
136 |
if result == 2:
|
137 |
+
st.success("The output is {}".format(result) + " which falls under 'good risk' and thus the customer is worth issuing a credit card")
|
138 |
|
139 |
if __name__=='__main__':
|
140 |
main()
|