update title
Browse files
app.py
CHANGED
|
@@ -658,7 +658,7 @@ with gr.Blocks(title="MCP guidelines") as tab5:
|
|
| 658 |
interface = gr.TabbedInterface(
|
| 659 |
[tab1, tab2, tab4, tab5],
|
| 660 |
tab_names=["ποΈ Database Operations", "π€ AI Analytics", "π Statistical Analysis", "π MCP guidelines"],
|
| 661 |
-
title="E-commerce Database Analytics
|
| 662 |
theme=gr.themes.Soft()
|
| 663 |
)
|
| 664 |
|
|
|
|
| 658 |
interface = gr.TabbedInterface(
|
| 659 |
[tab1, tab2, tab4, tab5],
|
| 660 |
tab_names=["ποΈ Database Operations", "π€ AI Analytics", "π Statistical Analysis", "π MCP guidelines"],
|
| 661 |
+
title="Universal E-commerce Database Analytics MCP Server",
|
| 662 |
theme=gr.themes.Soft()
|
| 663 |
)
|
| 664 |
|