TM9450 commited on
Commit
b607b01
1 Parent(s): b7fc69a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def main():
63
  "native.country": [native_country]}))
64
  # Show prediction
65
  result = '>50K' if result[0] == 1 else '<=50K'
66
- st.success("Your predicted income is ",result)
67
 
68
  # Run main()
69
  #บางคนเขาไม่อยากรันเลยใส่if ไว้
 
63
  "native.country": [native_country]}))
64
  # Show prediction
65
  result = '>50K' if result[0] == 1 else '<=50K'
66
+ st.success("Your predicted income is "+result)
67
 
68
  # Run main()
69
  #บางคนเขาไม่อยากรันเลยใส่if ไว้