JUNGU commited on
Commit
79b7a9f
·
1 Parent(s): 9ee11a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)