Spaces:
Sleeping
Sleeping
Commit
·
52275d1
1
Parent(s):
2c5675c
update word cloud
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ def preprocess_text(text, slank_formal_df):
|
|
48 |
|
49 |
def generate_wordcloud(text, font_path, title, colormap):
|
50 |
wordcloud = WordCloud(
|
51 |
-
width=
|
52 |
-
height=
|
53 |
background_color='white',
|
54 |
font_path='assets\Poppins-Regular.ttf',
|
55 |
prefer_horizontal=1.0,
|
|
|
48 |
|
49 |
def generate_wordcloud(text, font_path, title, colormap):
|
50 |
wordcloud = WordCloud(
|
51 |
+
width=600,
|
52 |
+
height=600,
|
53 |
background_color='white',
|
54 |
font_path='assets\Poppins-Regular.ttf',
|
55 |
prefer_horizontal=1.0,
|