dhanikitkat commited on
Commit
52275d1
·
1 Parent(s): 2c5675c

update word cloud

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=800,
52
- height=800,
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,