Update app.py
Browse files
app.py
CHANGED
@@ -598,7 +598,7 @@ with gr.Blocks(title="π¦ Router MCP", css="""
|
|
598 |
with gr.Tabs() as tabs:
|
599 |
with gr.Tab("Overview"):
|
600 |
gr.Markdown("""
|
601 |
-
<span style="font-size: 1.
|
602 |
Whether you're looking for specific functionality or exploring new possibilities,
|
603 |
Router MCP makes it easy to find the perfect MCP server for your needs.</span>
|
604 |
""")
|
@@ -607,6 +607,17 @@ with gr.Blocks(title="π¦ Router MCP", css="""
|
|
607 |
## π₯ Video Demo
|
608 |
""")
|
609 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
610 |
with gr.Row():
|
611 |
with gr.Column():
|
612 |
gr.Markdown("""
|
|
|
598 |
with gr.Tabs() as tabs:
|
599 |
with gr.Tab("Overview"):
|
600 |
gr.Markdown("""
|
601 |
+
<span style="font-size: 1.15em"> Router MCP is a powerful tool that helps you discover and connect to MCP servers.
|
602 |
Whether you're looking for specific functionality or exploring new possibilities,
|
603 |
Router MCP makes it easy to find the perfect MCP server for your needs.</span>
|
604 |
""")
|
|
|
607 |
## π₯ Video Demo
|
608 |
""")
|
609 |
|
610 |
+
with gr.Row():
|
611 |
+
with gr.Column():
|
612 |
+
gr.Video(
|
613 |
+
value="demo.mp4",
|
614 |
+
label="Router MCP Demo Video",
|
615 |
+
interactive=False,
|
616 |
+
width=640
|
617 |
+
)
|
618 |
+
with gr.Column():
|
619 |
+
pass
|
620 |
+
|
621 |
with gr.Row():
|
622 |
with gr.Column():
|
623 |
gr.Markdown("""
|