Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 "
|
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 ไว้
|