Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = {
|