2023-07-07 19:51:09 +08:00

13 lines
296 B
Python

import gradio as gr
from toolbox import get_conf
THEME, = get_conf('THEME')
if THEME == 'Green':
from .green import adjust_theme, advanced_css
theme_declaration = "\t" + "[川虎-Keldos暗绿主题]"
else:
from .default import adjust_theme, advanced_css
theme_declaration = ""