Spaces:
Runtime error
Runtime error
Update themes/theme.py
Browse files- themes/theme.py +1 -1
themes/theme.py
CHANGED
@@ -17,7 +17,7 @@ def load_dynamic_theme(THEME):
|
|
17 |
from .green import adjust_theme, advanced_css
|
18 |
|
19 |
theme_declaration = (
|
20 |
-
'<h2 align="center" class="small"
|
21 |
)
|
22 |
elif THEME == "High-Contrast":
|
23 |
from .contrast import adjust_theme, advanced_css
|
|
|
17 |
from .green import adjust_theme, advanced_css
|
18 |
|
19 |
theme_declaration = (
|
20 |
+
'<h2 align="center" class="small"></h2>'
|
21 |
)
|
22 |
elif THEME == "High-Contrast":
|
23 |
from .contrast import adjust_theme, advanced_css
|