kambris commited on
Commit
a165f87
·
verified ·
1 Parent(s): a283c85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import folium
14
  import country_converter as coco
15
  import time
16
 
 
17
  current_dir = os.path.dirname(os.path.abspath(__file__))
18
  font_path = os.path.join(current_dir, "ArabicR2013-J25x.ttf")
19
 
 
14
  import country_converter as coco
15
  import time
16
 
17
+
18
  current_dir = os.path.dirname(os.path.abspath(__file__))
19
  font_path = os.path.join(current_dir, "ArabicR2013-J25x.ttf")
20