mmmapms commited on
Commit
59cc769
·
verified ·
1 Parent(s): 08ee61f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -502,7 +502,7 @@ elif selected_country == 'Overall':
502
  ).add_to(m)
503
 
504
  # Display Folium map in Streamlit
505
-
506
 
507
  # Data dictionary with full country names
508
  data_dict = {
 
502
  ).add_to(m)
503
 
504
  # Display Folium map in Streamlit
505
+ st_folium(m, width=700, height=600)
506
 
507
  # Data dictionary with full country names
508
  data_dict = {