Chatop commited on
Commit
ffe0bde
·
1 Parent(s): 4fa2a27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  "smoking_status": [smoking_status]}))
57
  # Show prediction
58
  result = 'You had a Stroke' if result[0] == 1 else "You didn't have a Stroke"
59
- st.success("Your predicted income is "+result)
60
 
61
  if __name__ == "__main__":
62
  main()
 
56
  "smoking_status": [smoking_status]}))
57
  # Show prediction
58
  result = 'You had a Stroke' if result[0] == 1 else "You didn't have a Stroke"
59
+ st.success("Your predicted is "+result)
60
 
61
  if __name__ == "__main__":
62
  main()