Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ import io
|
|
17 |
import pandas as pd
|
18 |
|
19 |
# Set the font to support Chinese characters
|
20 |
-
matplotlib.rcParams['font.family'] = '
|
21 |
|
22 |
id2color= {1: [209, 35, 69],
|
23 |
2: [216, 208, 246],
|
|
|
17 |
import pandas as pd
|
18 |
|
19 |
# Set the font to support Chinese characters
|
20 |
+
matplotlib.rcParams['font.family'] = 'Noto Sans CJK SC'
|
21 |
|
22 |
id2color= {1: [209, 35, 69],
|
23 |
2: [216, 208, 246],
|