79153143

Date: 2024-11-03 16:21:32
Score: 1.5
Natty:
Report link

Change width to 704 it will cover complete width for that component

# Show Map
st_folium(
    folium.Map(
        location=[-20, 130], 
        zoom_start=4, 
        control_scale=True), 
    width=704, 
    height=400  )

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PAWAN Singh