Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -449,13 +449,13 @@ def create_interface():
|
|
449 |
|
450 |
# Header
|
451 |
gr.HTML("""
|
452 |
-
<div class="header-text"
|
453 |
<div class="subheader-text">Multi-Format Document QA with Model Context Protocol (MCP)</div>
|
454 |
""")
|
455 |
|
456 |
with gr.Row():
|
457 |
with gr.Column(scale=1):
|
458 |
-
gr.Markdown("##
|
459 |
|
460 |
file_upload = gr.File(
|
461 |
file_count="multiple",
|
@@ -487,8 +487,8 @@ def create_interface():
|
|
487 |
**MCP Communication:** Structured message passing between agents
|
488 |
""")
|
489 |
|
490 |
-
with gr.Column(scale=
|
491 |
-
gr.Markdown("##
|
492 |
|
493 |
chatbot = gr.Chatbot(
|
494 |
height=500,
|
|
|
449 |
|
450 |
# Header
|
451 |
gr.HTML("""
|
452 |
+
<div class="header-text">Agentic RAG Chatbot</div>
|
453 |
<div class="subheader-text">Multi-Format Document QA with Model Context Protocol (MCP)</div>
|
454 |
""")
|
455 |
|
456 |
with gr.Row():
|
457 |
with gr.Column(scale=1):
|
458 |
+
gr.Markdown("## Document Upload")
|
459 |
|
460 |
file_upload = gr.File(
|
461 |
file_count="multiple",
|
|
|
487 |
**MCP Communication:** Structured message passing between agents
|
488 |
""")
|
489 |
|
490 |
+
with gr.Column(scale=3):
|
491 |
+
gr.Markdown("## Chat Interface")
|
492 |
|
493 |
chatbot = gr.Chatbot(
|
494 |
height=500,
|