rasmodev commited on
Commit
1f6bb8f
β€’
1 Parent(s): 92ea67a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,10 +147,11 @@ def perform_eda():
147
  st.title("Exploratory Data Analysis")
148
  st.write("""
149
  πŸ“ŠπŸ“ˆ Welcome to the Exploratory Data Analysis for the "Income Prediction" Project! πŸ“ˆπŸ“Š
 
150
  Dive into the wealth of data and uncover insights about income prediction. Explore the data and understand the factors that contribute to an individual's income level. Let's begin our data-driven journey! πŸ’°πŸ”
151
  """)
152
 
153
- # Show the Power bi dashboard
154
  power_bi()
155
 
156
  def power_bi():
 
147
  st.title("Exploratory Data Analysis")
148
  st.write("""
149
  πŸ“ŠπŸ“ˆ Welcome to the Exploratory Data Analysis for the "Income Prediction" Project! πŸ“ˆπŸ“Š
150
+ Gain a comprehensive understanding of income distribution and explore the factors that contribute to an individual's income level based on the census data that was used to build this prediction tool.
151
  Dive into the wealth of data and uncover insights about income prediction. Explore the data and understand the factors that contribute to an individual's income level. Let's begin our data-driven journey! πŸ’°πŸ”
152
  """)
153
 
154
+ # Show the Power BI dashboard
155
  power_bi()
156
 
157
  def power_bi():