kambris commited on
Commit
d27844e
·
verified ·
1 Parent(s): 643a16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def create_arabic_wordcloud(text, title):
82
  height=600,
83
  background_color='white',
84
  font_path=font_path,
85
- max_words=200
86
  stopwords=ARABIC_STOP_WORDS
87
  ).generate(text)
88
 
 
82
  height=600,
83
  background_color='white',
84
  font_path=font_path,
85
+ max_words=200,
86
  stopwords=ARABIC_STOP_WORDS
87
  ).generate(text)
88