Alvianojs commited on
Commit
c7d003b
·
1 Parent(s): 1b0480c

Update src/map_viz_pred.py

Browse files
Files changed (1) hide show
  1. 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, input_date = None, input_hour = None):
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()