Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import matplotlib.font_manager as fm
|
|
6 |
from sklearn.cluster import KMeans
|
7 |
|
8 |
# Set the font to NanumGothic for Korean support
|
|
|
9 |
font_path = "/home/user/app/NanumGothic-Regular.ttf"
|
10 |
font = fm.FontProperties(fname=font_path).get_name()
|
11 |
plt.rc('font', family=font)
|
|
|
6 |
from sklearn.cluster import KMeans
|
7 |
|
8 |
# Set the font to NanumGothic for Korean support
|
9 |
+
font_list
|
10 |
font_path = "/home/user/app/NanumGothic-Regular.ttf"
|
11 |
font = fm.FontProperties(fname=font_path).get_name()
|
12 |
plt.rc('font', family=font)
|