Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
2506d4a
1
Parent(s):
dbe0802
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from geopy.exc import GeocoderTimedOut
|
|
8 |
from streamlit_folium import st_folium
|
9 |
import folium
|
10 |
from branca.colormap import LinearColormap
|
|
|
11 |
|
12 |
# Function to add heatmap layer to folium map
|
13 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|
|
|
8 |
from streamlit_folium import st_folium
|
9 |
import folium
|
10 |
from branca.colormap import LinearColormap
|
11 |
+
import base64
|
12 |
|
13 |
# Function to add heatmap layer to folium map
|
14 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|