betki commited on
Commit
baf5524
Β·
verified Β·
1 Parent(s): c7258a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # πŸ‘ 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,7 +139,7 @@ interface_list = list(named_interfaces.values())
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
 
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