Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import warnings
|
|
5 |
|
6 |
warnings.filterwarnings(action='ignore', category=UserWarning)
|
7 |
|
8 |
-
plt.rcParams['font.sans-serif'] = ['
|
9 |
plt.rcParams['axes.unicode_minus'] = False # 设置正常显示字符
|
10 |
|
11 |
def process_file(file):
|
|
|
5 |
|
6 |
warnings.filterwarnings(action='ignore', category=UserWarning)
|
7 |
|
8 |
+
plt.rcParams['font.sans-serif'] = ['SimHei.ttf'] # 选择合适的中文字体
|
9 |
plt.rcParams['axes.unicode_minus'] = False # 设置正常显示字符
|
10 |
|
11 |
def process_file(file):
|