Spaces:
Runtime error
Runtime error
笨蛋
commited on
Commit
•
65f20e3
1
Parent(s):
50c7466
Update themes/theme.py
Browse files- themes/theme.py +1 -1
themes/theme.py
CHANGED
@@ -6,7 +6,7 @@ def load_dynamic_theme(THEME):
|
|
6 |
adjust_dynamic_theme = None
|
7 |
if THEME == 'Chuanhu-Small-and-Beautiful':
|
8 |
from .green import adjust_theme, advanced_css
|
9 |
-
theme_declaration = "<h2 align=\"center\" class=\"small\">[Chuanhu-Small-and-Beautiful主题]</h2>"
|
10 |
elif THEME == 'High-Contrast':
|
11 |
from .contrast import adjust_theme, advanced_css
|
12 |
theme_declaration = ""
|
|
|
6 |
adjust_dynamic_theme = None
|
7 |
if THEME == 'Chuanhu-Small-and-Beautiful':
|
8 |
from .green import adjust_theme, advanced_css
|
9 |
+
# theme_declaration = "<h2 align=\"center\" class=\"small\">[Chuanhu-Small-and-Beautiful主题]</h2>"
|
10 |
elif THEME == 'High-Contrast':
|
11 |
from .contrast import adjust_theme, advanced_css
|
12 |
theme_declaration = ""
|