Nymbo commited on
Commit
fe55705
·
verified ·
1 Parent(s): d43d1f7

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -52,7 +52,7 @@ class UIComponents:
52
  """Create the main Gradio interface with improved layout"""
53
  with gr.Blocks(
54
  title="Universal MCP Client - HF Inference Powered",
55
- theme=getattr(gr.themes, AppConfig.GRADIO_THEME.title())(),
56
  fill_height=True,
57
  css=CUSTOM_CSS
58
  ) as demo:
 
52
  """Create the main Gradio interface with improved layout"""
53
  with gr.Blocks(
54
  title="Universal MCP Client - HF Inference Powered",
55
+ theme="Nymbo/Nymbo_Theme",
56
  fill_height=True,
57
  css=CUSTOM_CSS
58
  ) as demo: