Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
88484cb
1
Parent(s):
3d4928d
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,14 @@ import folium
|
|
10 |
from branca.colormap import LinearColormap
|
11 |
import base64
|
12 |
from io import BytesIO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
|
15 |
# Function to add heatmap layer to folium map
|
|
|
10 |
from branca.colormap import LinearColormap
|
11 |
import base64
|
12 |
from io import BytesIO
|
13 |
+
import sys
|
14 |
+
|
15 |
+
# Print the Python version
|
16 |
+
print("Python version")
|
17 |
+
print(sys.version)
|
18 |
+
print("Version info.")
|
19 |
+
print(sys.version_info)
|
20 |
+
|
21 |
|
22 |
|
23 |
# Function to add heatmap layer to folium map
|