Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|