meaguirre3 commited on
Commit
9ce648f
·
verified ·
1 Parent(s): dc6786f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def actualizar_mapa(selection):
74
  fig.add_child(m)
75
  mapa_html = m.get_root().render()
76
 
77
- return mapa_html
78
 
79
  if __name__ == "__main__":
80
  app.run(host="0.0.0.0", port=7860)
 
74
  fig.add_child(m)
75
  mapa_html = m.get_root().render()
76
 
77
+ return "UPDATE" , mapa_html
78
 
79
  if __name__ == "__main__":
80
  app.run(host="0.0.0.0", port=7860)