Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,9 @@ def research_write_review_topic(query: str) -> str:
|
|
74 |
|
75 |
with gr.Blocks() as server_info:
|
76 |
gr.Markdown("""
|
77 |
-
#
|
78 |
|
79 |
-
I present to you an MCP-powered RAG and Research Topic
|
80 |
The Tools are hosted and executed on **Modal Labs** platform.
|
81 |
|
82 |
RAG Tool uses the **GroundX** storage by **eyelevel.ai** to fetch the knowledge base. The knowledge base is a document that contains information about the SU-35 aircraft, including its features, capabilities, and specifications. Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
@@ -139,7 +139,7 @@ interface_list = list(named_interfaces.values())
|
|
139 |
mcp_server = gr.TabbedInterface(
|
140 |
interface_list,
|
141 |
tab_names=tab_names,
|
142 |
-
title="
|
143 |
)
|
144 |
|
145 |
# Launch the MCP Server
|
|
|
74 |
|
75 |
with gr.Blocks() as server_info:
|
76 |
gr.Markdown("""
|
77 |
+
# π MCP Powered RAG and Research Topic π
|
78 |
|
79 |
+
I present to you an π MCP-powered RAG and Research Topic π.
|
80 |
The Tools are hosted and executed on **Modal Labs** platform.
|
81 |
|
82 |
RAG Tool uses the **GroundX** storage by **eyelevel.ai** to fetch the knowledge base. The knowledge base is a document that contains information about the SU-35 aircraft, including its features, capabilities, and specifications. Please check [this PDF](https://airgroup2000.com/gallery/albums/userpics/32438/SU-35_TM_eng.pdf) to formulate queries on Sukhoi.
|
|
|
139 |
mcp_server = gr.TabbedInterface(
|
140 |
interface_list,
|
141 |
tab_names=tab_names,
|
142 |
+
title="π MCP-Powered RAG and Research Topic π"
|
143 |
)
|
144 |
|
145 |
# Launch the MCP Server
|