tushifire commited on
Commit
aa4e7a7
·
verified ·
1 Parent(s): 4d72aff

File path fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/Users/tushar/Documents/tushar_task/life_expectancy_2023_world_back_data.csv"
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: