Spaces:
Sleeping
Sleeping
Update src/map_viz_pred.py
Browse files- src/map_viz_pred.py +1 -1
src/map_viz_pred.py
CHANGED
@@ -14,7 +14,7 @@ import datetime
|
|
14 |
import warnings
|
15 |
warnings.filterwarnings("ignore")
|
16 |
|
17 |
-
def calling_pred_map_viz(counts_df1
|
18 |
r = "svg/snazzy-image-01.svg"
|
19 |
tree = etree.parse(r)
|
20 |
root = tree.getroot()
|
|
|
14 |
import warnings
|
15 |
warnings.filterwarnings("ignore")
|
16 |
|
17 |
+
def calling_pred_map_viz(counts_df1):
|
18 |
r = "svg/snazzy-image-01.svg"
|
19 |
tree = etree.parse(r)
|
20 |
root = tree.getroot()
|