rasmodev commited on
Commit
6e3439f
1 Parent(s): b8b2734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -139,7 +139,6 @@ def solution():
139
  Overall, this tool has the potential to make a meaningful contribution to the fight against income inequality and promote a more just and equitable society. ⚖️
140
  """)
141
 
142
- import streamlit as st
143
 
144
  def perform_eda():
145
  st.title("Data Insights and Recommendations")
@@ -165,7 +164,7 @@ def display_insights_and_recommendations():
165
  # Add a screenshot of the Power BI dashboard
166
  st.subheader("Exploring Income Data")
167
  st.write("Let's dive deeper into the data to understand income distribution and relationships between variables.")
168
- st.image("path_to_your_screenshot_image.png", use_column_width=True)
169
 
170
  # Provide a link to the full Power BI dashboard
171
  st.write("Explore the full Power BI dashboard [here](https://app.powerbi.com/view?r=eyJrIjoiZDNjMmExZjYtMWU2NS00NTBjLTk4Y2EtYmQ2MWU2OWMwODMyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9).")
 
139
  Overall, this tool has the potential to make a meaningful contribution to the fight against income inequality and promote a more just and equitable society. ⚖️
140
  """)
141
 
 
142
 
143
  def perform_eda():
144
  st.title("Data Insights and Recommendations")
 
164
  # Add a screenshot of the Power BI dashboard
165
  st.subheader("Exploring Income Data")
166
  st.write("Let's dive deeper into the data to understand income distribution and relationships between variables.")
167
+ st.image("default.jpg", use_column_width=True)
168
 
169
  # Provide a link to the full Power BI dashboard
170
  st.write("Explore the full Power BI dashboard [here](https://app.powerbi.com/view?r=eyJrIjoiZDNjMmExZjYtMWU2NS00NTBjLTk4Y2EtYmQ2MWU2OWMwODMyIiwidCI6IjQ0ODdiNTJmLWYxMTgtNDgzMC1iNDlkLTNjMjk4Y2I3MTA3NSJ9).")