change get_conf

This commit is contained in:
binary-husky
2023-10-29 00:34:40 +08:00
parent 12b2a229b6
commit 527f9d28ad
32 changed files with 85 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
import gradio as gr
from toolbox import get_conf
THEME, = get_conf('THEME')
THEME = get_conf('THEME')
def load_dynamic_theme(THEME):
adjust_dynamic_theme = None