Commit
·
0c92aa0
1
Parent(s):
8cd6fde
Update chat name
Browse filesSigned-off-by: Aivin V. Solatorio <[email protected]>
- mcp_remote_client.py +1 -1
mcp_remote_client.py
CHANGED
|
@@ -425,7 +425,7 @@ def gradio_interface(
|
|
| 425 |
# Disable auto-dark mode by setting theme to None
|
| 426 |
with gr.Blocks(title="WDI MCP Client", css=custom_css, theme=None) as demo:
|
| 427 |
try:
|
| 428 |
-
gr.Markdown("#
|
| 429 |
# gr.Markdown("Connect to the WDI MCP server and chat with the assistant")
|
| 430 |
|
| 431 |
with gr.Accordion(
|
|
|
|
| 425 |
# Disable auto-dark mode by setting theme to None
|
| 426 |
with gr.Blocks(title="WDI MCP Client", css=custom_css, theme=None) as demo:
|
| 427 |
try:
|
| 428 |
+
gr.Markdown("# Data360 Chat [Prototype]")
|
| 429 |
# gr.Markdown("Connect to the WDI MCP server and chat with the assistant")
|
| 430 |
|
| 431 |
with gr.Accordion(
|