Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ if len(text) > 0:
|
|
33 |
# ワードクラウドの作成
|
34 |
wordcloud = WordCloud(
|
35 |
background_color='whitesmoke', # 背景色
|
36 |
-
font_path="
|
37 |
width=500, # 横幅
|
38 |
height=500, # 高さ
|
39 |
)
|
|
|
33 |
# ワードクラウドの作成
|
34 |
wordcloud = WordCloud(
|
35 |
background_color='whitesmoke', # 背景色
|
36 |
+
font_path="ipaexg.ttf", # ダウンロードしたフォントのパス
|
37 |
width=500, # 横幅
|
38 |
height=500, # 高さ
|
39 |
)
|