Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|