Spaces:
Sleeping
Sleeping
File path fixed
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import math
|
|
7 |
|
8 |
# Load the life expectancy data from the World Bank
|
9 |
# This is a direct link to the CSV data for life expectancy at birth, total (years)
|
10 |
-
file = "
|
11 |
|
12 |
# Read the CSV data, skipping the first 4 rows of metadata
|
13 |
try:
|
|
|
7 |
|
8 |
# Load the life expectancy data from the World Bank
|
9 |
# This is a direct link to the CSV data for life expectancy at birth, total (years)
|
10 |
+
file = "life_expectancy_2023_world_back_data.csv"
|
11 |
|
12 |
# Read the CSV data, skipping the first 4 rows of metadata
|
13 |
try:
|