Spaces:
Runtime error
Runtime error
zwq2018
commited on
Commit
•
57bed38
1
Parent(s):
b411e22
deleted: fonts/SimHei.ttf
Browse files- .DS_Store +0 -0
- fonts/SimHei.ttf +0 -3
- tool.py +2 -2
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
fonts/SimHei.ttf
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0ee6f6723c29dbf427d12d58ffc11d58e9aa89adda0ab6b06468ee765b1eadf8
|
3 |
-
size 10044356
|
|
|
|
|
|
|
|
tool.py
CHANGED
@@ -22,8 +22,8 @@ from sklearn.linear_model import LinearRegression
|
|
22 |
# plt.rcParams['axes.unicode_minus'] = False
|
23 |
|
24 |
|
25 |
-
font_path = './fonts/SimHei.ttf'
|
26 |
-
font_prop = fm.FontProperties(
|
27 |
|
28 |
|
29 |
tushare_token = os.getenv('TUSHARE_TOKEN')
|
|
|
22 |
# plt.rcParams['axes.unicode_minus'] = False
|
23 |
|
24 |
|
25 |
+
#font_path = './fonts/SimHei.ttf'
|
26 |
+
font_prop = fm.FontProperties()
|
27 |
|
28 |
|
29 |
tushare_token = os.getenv('TUSHARE_TOKEN')
|