JUNGU commited on
Commit
b4efbfa
·
1 Parent(s): a415d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +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)
12
 
 
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)
12