Spaces:
Running
Running
Update cluster_insight.py
Browse files- cluster_insight.py +2 -3
cluster_insight.py
CHANGED
|
@@ -226,7 +226,7 @@ def cluster_and_visualize(
|
|
| 226 |
marker=dict(size=30, color=cluster_colors[i], line=dict(width=2, color='black')),
|
| 227 |
text=[keyword],
|
| 228 |
textposition="top center",
|
| 229 |
-
textfont=dict(family=CHINESE_FONT, size=20, color='black'
|
| 230 |
showlegend=False
|
| 231 |
))
|
| 232 |
|
|
@@ -234,8 +234,7 @@ def cluster_and_visualize(
|
|
| 234 |
title="EGISInsight:学生反馈聚类洞察",
|
| 235 |
titlefont=dict(
|
| 236 |
family=CHINESE_FONT,
|
| 237 |
-
size=22
|
| 238 |
-
weight='bold'
|
| 239 |
),
|
| 240 |
font=dict(family=CHINESE_FONT, size=18),
|
| 241 |
width=900, height=600,
|
|
|
|
| 226 |
marker=dict(size=30, color=cluster_colors[i], line=dict(width=2, color='black')),
|
| 227 |
text=[keyword],
|
| 228 |
textposition="top center",
|
| 229 |
+
textfont=dict(family=CHINESE_FONT, size=20, color='black'),
|
| 230 |
showlegend=False
|
| 231 |
))
|
| 232 |
|
|
|
|
| 234 |
title="EGISInsight:学生反馈聚类洞察",
|
| 235 |
titlefont=dict(
|
| 236 |
family=CHINESE_FONT,
|
| 237 |
+
size=22
|
|
|
|
| 238 |
),
|
| 239 |
font=dict(family=CHINESE_FONT, size=18),
|
| 240 |
width=900, height=600,
|