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