kambris commited on
Commit
1e7baf3
·
verified ·
1 Parent(s): de4e980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.tff")
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 = {