Marco310 commited on
Commit
38995df
·
1 Parent(s): 24a9490

del unuseful code

Browse files
Files changed (1) hide show
  1. core/visualizers.py +0 -1
core/visualizers.py CHANGED
@@ -329,7 +329,6 @@ def create_animated_map(structured_data=None):
329
  logger.error(f"Folium map error: {e}", exc_info=True)
330
  return m._repr_html_()
331
 
332
- m.save("tt.html")
333
  return m._repr_html_()
334
 
335
 
 
329
  logger.error(f"Folium map error: {e}", exc_info=True)
330
  return m._repr_html_()
331
 
 
332
  return m._repr_html_()
333
 
334