SmeetPatel commited on
Commit
32b8f30
·
verified ·
1 Parent(s): 66fe6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ st.write("Dataset: Child Mortality")
31
  st.dataframe(data)
32
  st.write("""The following interactive visualization provides an insightful overview of child mortality rates (number of deaths per 1,000 live births) across countries for a selected year.
33
  The data highlights disparities in healthcare, socioeconomic conditions, and development across the globe, making it a valuable tool for understanding global health challenges.""")
34
-
35
  # Add year selection
36
  # years = sorted(data_melted["year"].unique()) # Extract unique years from the dataset
37
  # selected_year = st.selectbox("Select Year", years)
 
31
  st.dataframe(data)
32
  st.write("""The following interactive visualization provides an insightful overview of child mortality rates (number of deaths per 1,000 live births) across countries for a selected year.
33
  The data highlights disparities in healthcare, socioeconomic conditions, and development across the globe, making it a valuable tool for understanding global health challenges.""")
34
+ st.write("""Credits: https://www.gapminder.org/data/""")
35
  # Add year selection
36
  # years = sorted(data_melted["year"].unique()) # Extract unique years from the dataset
37
  # selected_year = st.selectbox("Select Year", years)