redhairedshanks1 commited on
Commit
1f8f6e9
·
1 Parent(s): f41653d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -446,14 +446,7 @@ def chatbot_response_streaming(message: str, history: List, session_id: str, fil
446
  # GRADIO UI
447
  # ========================
448
 
449
- with gr.Blocks(
450
- title="MasterLLM v2.0 - AI Pipeline Orchestrator",
451
- css="""
452
- .gradio-container {
453
- max-width: 1400px !important;
454
- }
455
- """
456
- ) as demo:
457
  gr.Markdown("""
458
  # 🤖 MasterLLM v2.0 - AI Pipeline Orchestrator
459
 
 
446
  # GRADIO UI
447
  # ========================
448
 
449
+ with gr.Blocks(title="MasterLLM v2.0 - AI Pipeline Orchestrator") as demo:
 
 
 
 
 
 
 
450
  gr.Markdown("""
451
  # 🤖 MasterLLM v2.0 - AI Pipeline Orchestrator
452