tushifire commited on
Commit
aace014
·
verified ·
1 Parent(s): d6957b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from datetime import datetime
4
  import matplotlib.pyplot as plt
5
  from pywaffle import Waffle
6
  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)
 
4
  import matplotlib.pyplot as plt
5
  from pywaffle import Waffle
6
  import math
7
+ import numpy as np
8
 
9
  # Load the life expectancy data from the World Bank
10
  # This is a direct link to the CSV data for life expectancy at birth, total (years)