Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|