removed description from tabbed interface
Browse files
app.py
CHANGED
|
@@ -65,8 +65,7 @@ iface2 = gr.Interface(
|
|
| 65 |
gradio_server = gr.TabbedInterface(
|
| 66 |
[iface1, iface2],
|
| 67 |
tab_names=["Driver Championship Score", "Driver Position"],
|
| 68 |
-
title="Formula 1 MCP server"
|
| 69 |
-
description="Tools & Resources to query historical and real-time F1 facts and data."
|
| 70 |
)
|
| 71 |
|
| 72 |
# Launch the interface and MCP server
|
|
|
|
| 65 |
gradio_server = gr.TabbedInterface(
|
| 66 |
[iface1, iface2],
|
| 67 |
tab_names=["Driver Championship Score", "Driver Position"],
|
| 68 |
+
title="Formula 1 MCP server"
|
|
|
|
| 69 |
)
|
| 70 |
|
| 71 |
# Launch the interface and MCP server
|