Update ui_components.py
Browse files- 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=
|
| 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:
|