Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def home_page():
|
|
35 |
st.image("https://i.ytimg.com/vi/WULwst0vW8g/maxresdefault.jpg")
|
36 |
|
37 |
st.write("""
|
38 |
-
The
|
39 |
""")
|
40 |
|
41 |
# The Problem of Income Inequality
|
|
|
35 |
st.image("https://i.ytimg.com/vi/WULwst0vW8g/maxresdefault.jpg")
|
36 |
|
37 |
st.write("""
|
38 |
+
The Income Prediction Challenge for Azubian is a machine learning project that aims to predict whether an individual's income falls above or below a specific income threshold. This information can be used to monitor income inequality and inform policy decisions.
|
39 |
""")
|
40 |
|
41 |
# The Problem of Income Inequality
|