Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def main():
|
|
40 |
"Smoking": [Smoking]}))
|
41 |
# Show prediction
|
42 |
result = 'Yes' if result[0] == 1 else 'No'
|
43 |
-
st.success("Your predicted Stroke is "
|
44 |
# Run main()
|
45 |
if __name__ == "__main__":
|
46 |
main()
|
|
|
40 |
"Smoking": [Smoking]}))
|
41 |
# Show prediction
|
42 |
result = 'Yes' if result[0] == 1 else 'No'
|
43 |
+
st.success("Your predicted Stroke is "+result)
|
44 |
# Run main()
|
45 |
if __name__ == "__main__":
|
46 |
main()
|