Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
b9bfecd
1
Parent(s):
37e5218
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ print(sys.version)
|
|
19 |
print("Version info.")
|
20 |
print(sys.version_info)
|
21 |
|
22 |
-
image1 = 'images/avalia.
|
23 |
|
24 |
# Function to add heatmap layer to folium map
|
25 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|
|
|
19 |
print("Version info.")
|
20 |
print(sys.version_info)
|
21 |
|
22 |
+
image1 = 'images/avalia-removebg-preview.png'
|
23 |
|
24 |
# Function to add heatmap layer to folium map
|
25 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|