meaguirre3 commited on
Commit
7eccd43
·
verified ·
1 Parent(s): 9fe787e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def actualizar_mapa(selection):
72
 
73
  fig = Figure()
74
  fig.add_child(m)
75
- mapa_html = fmap.get_root().render()
76
 
77
  return f"IDs seleccionados: {ids}", mapa_html
78
 
 
72
 
73
  fig = Figure()
74
  fig.add_child(m)
75
+ mapa_html = m.get_root().render()
76
 
77
  return f"IDs seleccionados: {ids}", mapa_html
78