ragunath-ravi commited on
Commit
d8178c8
·
verified ·
1 Parent(s): 0e23702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -449,13 +449,13 @@ def create_interface():
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,8 +487,8 @@ def create_interface():
487
  **MCP Communication:** Structured message passing between agents
488
  """)
489
 
490
- with gr.Column(scale=2):
491
- gr.Markdown("## 💬 Chat Interface")
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,