Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import matplotlib.pyplot as plt
|
|
12 |
import pkg_resources
|
13 |
|
14 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
15 |
-
font_path = os.path.join(current_dir, "ArabicR2013-J25x.
|
16 |
|
17 |
# Add Arabic stop words
|
18 |
ARABIC_STOP_WORDS = {
|
|
|
12 |
import pkg_resources
|
13 |
|
14 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
15 |
+
font_path = os.path.join(current_dir, "ArabicR2013-J25x.ttf")
|
16 |
|
17 |
# Add Arabic stop words
|
18 |
ARABIC_STOP_WORDS = {
|