Update app.py
Browse files
app.py
CHANGED
@@ -153,16 +153,15 @@ def perform_eda():
|
|
153 |
display_insights_and_recommendations()
|
154 |
|
155 |
def display_insights_and_recommendations():
|
156 |
-
st.subheader("Data Insights and Recommendations")
|
157 |
-
st.write("""
|
158 |
-
From the dashboard, you can now appreciate the serious income inequality problem. Explore key insights and actionable recommendations for stakeholders to fight income inequality.
|
159 |
-
""")
|
160 |
-
|
161 |
# Add a screenshot of the Power BI dashboard
|
162 |
st.subheader("Exploring Income Data")
|
163 |
st.write("Let's dive deeper into the data to understand income distribution and relationships between variables.")
|
164 |
st.image("default.jpg", use_column_width=True)
|
165 |
|
|
|
|
|
|
|
|
|
166 |
# Provide a link to the full Power BI dashboard
|
167 |
st.write("Explore the interactive Power BI dashboard [here](https://app.powerbi.com/view?r=eyJrIjoiZDNjMmExZjYtMWU2NS00NTBjLTk4Y2EtYmQ2MWU2OWMwODMyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9).")
|
168 |
|
|
|
153 |
display_insights_and_recommendations()
|
154 |
|
155 |
def display_insights_and_recommendations():
|
|
|
|
|
|
|
|
|
|
|
156 |
# Add a screenshot of the Power BI dashboard
|
157 |
st.subheader("Exploring Income Data")
|
158 |
st.write("Let's dive deeper into the data to understand income distribution and relationships between variables.")
|
159 |
st.image("default.jpg", use_column_width=True)
|
160 |
|
161 |
+
st.write("""
|
162 |
+
From the dashboard, you can now appreciate the serious income inequality problem. Explore key insights and actionable recommendations for stakeholders to fight income inequality.
|
163 |
+
""")
|
164 |
+
|
165 |
# Provide a link to the full Power BI dashboard
|
166 |
st.write("Explore the interactive Power BI dashboard [here](https://app.powerbi.com/view?r=eyJrIjoiZDNjMmExZjYtMWU2NS00NTBjLTk4Y2EtYmQ2MWU2OWMwODMyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9).")
|
167 |
|