Update app.py
Browse files
app.py
CHANGED
@@ -35,14 +35,14 @@ def home_page():
|
|
35 |
st.image("https://i.ytimg.com/vi/WULwst0vW8g/maxresdefault.jpg")
|
36 |
|
37 |
st.write("""
|
38 |
-
|
39 |
""")
|
40 |
|
41 |
# The Problem of Income Inequality
|
42 |
st.header("The Problem: Income Inequality πΈ")
|
43 |
st.write(
|
44 |
"""
|
45 |
-
Income inequality, a pervasive challenge that hinders economic progress and social well-being, demands innovative solutions.
|
46 |
|
47 |
**Key Challenges of Income Inequality:** β
|
48 |
|
@@ -81,7 +81,7 @@ def solution():
|
|
81 |
st.header("Solution π‘: Combating Income Inequality with Data-Driven Solutions π ")
|
82 |
st.write("""
|
83 |
|
84 |
-
The
|
85 |
|
86 |
* **Cost-Effectiveness:** π°
|
87 |
|
|
|
35 |
st.image("https://i.ytimg.com/vi/WULwst0vW8g/maxresdefault.jpg")
|
36 |
|
37 |
st.write("""
|
38 |
+
This application 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
|
42 |
st.header("The Problem: Income Inequality πΈ")
|
43 |
st.write(
|
44 |
"""
|
45 |
+
Income inequality, a pervasive challenge that hinders economic progress and social well-being, demands innovative solutions. This app tackles this issue head-on, harnessing the power of machine learning to predict individual income levels.
|
46 |
|
47 |
**Key Challenges of Income Inequality:** β
|
48 |
|
|
|
81 |
st.header("Solution π‘: Combating Income Inequality with Data-Driven Solutions π ")
|
82 |
st.write("""
|
83 |
|
84 |
+
The app utilizes machine learning to predict individual income levels, providing valuable data to policymakers for informed action. This data-driven approach offers several advantages:
|
85 |
|
86 |
* **Cost-Effectiveness:** π°
|
87 |
|