ea4all-gradio-agents-mcp-hackathon-tools-pmo-disabled
Browse files- ea4all/ea4all_mcp.py +2 -2
ea4all/ea4all_mcp.py
CHANGED
@@ -265,8 +265,8 @@ with gr.Blocks(title="Your ArchitectGPT",fill_height=True, fill_width=True) as e
|
|
265 |
|
266 |
#EA4ALL-Agentic system menu
|
267 |
with gr.Tabs(selected="how_to") as tabs:
|
268 |
-
with gr.Tab(label="Architect Demand Management"):
|
269 |
-
with gr.Tab(label="Architect Project Planning", id="pmo_qna_1"
|
270 |
ea4all_pmo_description = gr.Markdown(value=agentic_pmo_desc)
|
271 |
pmo_chatbot = gr.Chatbot(
|
272 |
label="EA4ALL your AI Demand Management Architect Companion", type="messages",
|
|
|
265 |
|
266 |
#EA4ALL-Agentic system menu
|
267 |
with gr.Tabs(selected="how_to") as tabs:
|
268 |
+
with gr.Tab(label="Architect Demand Management", visible=False):
|
269 |
+
with gr.Tab(label="Architect Project Planning", id="pmo_qna_1"):
|
270 |
ea4all_pmo_description = gr.Markdown(value=agentic_pmo_desc)
|
271 |
pmo_chatbot = gr.Chatbot(
|
272 |
label="EA4ALL your AI Demand Management Architect Companion", type="messages",
|