saifhmb commited on
Commit
ff2779b
·
unverified ·
1 Parent(s): e3f7f8d

Update output comment

Browse files

update output comments 'if result ==2'

Files changed (1) hide show
  1. app.py +1 -1
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()