Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import numpy as np
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import matplotlib.font_manager as fm
|
6 |
from sklearn.cluster import KMeans
|
|
|
7 |
|
8 |
# Set the font to NanumGothic for Korean support
|
9 |
font_list
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import matplotlib.font_manager as fm
|
6 |
from sklearn.cluster import KMeans
|
7 |
+
import matplotlib.font_manager as fm
|
8 |
|
9 |
# Set the font to NanumGothic for Korean support
|
10 |
font_list
|