The problem that you encounter maybe it derives from the projection of your geodataframe. The explore() method uses the crs EPSG:4327
First you can check your crs(Coordinate Reference System) by using:
Then change your crs of your data frame to EPSG:4326 by:
Finally try the explore() method again.