Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -642,7 +642,7 @@ elif selected_country == 'Overall':
|
|
| 642 |
colormap.add_to(m)
|
| 643 |
|
| 644 |
# Display the map
|
| 645 |
-
st_folium(m, width=700, height=600)
|
| 646 |
|
| 647 |
def calculate_mae(actual, forecast):
|
| 648 |
return np.mean(np.abs(actual - forecast))
|
|
|
|
| 642 |
colormap.add_to(m)
|
| 643 |
|
| 644 |
# Display the map
|
| 645 |
+
_ = st_folium(m, width=700, height=600)
|
| 646 |
|
| 647 |
def calculate_mae(actual, forecast):
|
| 648 |
return np.mean(np.abs(actual - forecast))
|