Suppression (pour l'instant de la carte acheteur/titulaire)

This commit is contained in:
Colin Maudry
2026-01-31 19:20:41 +01:00
parent 7b3ea9c580
commit edd52d471e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -244,6 +244,7 @@ def point_on_map(lat, lon):
fig.update_layout(map_center={"lat": 46.6, "lon": 1.89}, map_zoom=4)
graph = dcc.Graph(id="map", figure=fig)
graph = html.Div(style={"width": "400px"})
return graph