Spaces:
Build error
Build error
Commit
·
2ebd7b4
1
Parent(s):
fe5a372
Update functional.py
Browse files- functional.py +2 -1
functional.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# 'secondary' 颜色对应 theme.py 中的 neutral_hue
|
3 |
# 'stop' 颜色对应 theme.py 中的 color_er
|
4 |
# 默认按钮颜色是 secondary
|
5 |
-
|
6 |
def get_functionals():
|
7 |
return {
|
8 |
"英语学术润色": {
|
@@ -53,3 +53,4 @@ not a Chinese-Chinese translator or an English-English translator. Below is the
|
|
53 |
"Color": "secondary",
|
54 |
},
|
55 |
}
|
|
|
|
2 |
# 'secondary' 颜色对应 theme.py 中的 neutral_hue
|
3 |
# 'stop' 颜色对应 theme.py 中的 color_er
|
4 |
# 默认按钮颜色是 secondary
|
5 |
+
'''
|
6 |
def get_functionals():
|
7 |
return {
|
8 |
"英语学术润色": {
|
|
|
53 |
"Color": "secondary",
|
54 |
},
|
55 |
}
|
56 |
+
'''
|