This commit is contained in:
binary-husky
2023-07-09 21:18:04 +08:00
parent dd47c0a284
commit ce9eb8d20a
4 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ import gradio as gr
from toolbox import get_conf
THEME, = get_conf('THEME')
if THEME == 'Chuanhu-Keldos-Green':
if THEME == 'Chuanhu-Small-and-Beautiful':
from .green import adjust_theme, advanced_css
theme_declaration = "\t" + "[Chuanhu-Keldos暗绿主题]"
theme_declaration = "\t" + "<smaller>[Chuanhu-Small-and-Beautiful主题]</smaller>"
else:
from .default import adjust_theme, advanced_css
theme_declaration = ""