mmmapms commited on
Commit
3b40c3f
·
verified ·
1 Parent(s): 0840cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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))