HARISARAVANANM commited on
Commit
8b1f365
Β·
verified Β·
1 Parent(s): 9587f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ def chat(user_msg, history, model_name):
80
 
81
 
82
  # ── UI ────────────────────────────────────────────────────────────────────────
83
- with gr.Blocks(theme=gr.themes.Soft(), title="Multi-Model AI Chatbot") as demo:
84
- gr.Markdown("# πŸ€– Multi-Model AI Chatbot\nAll models are **lightweight & fast** β€” no GPU required, no gated access.")
85
 
86
  with gr.Row():
87
  with gr.Column(scale=1, min_width=270):
 
80
 
81
 
82
  # ── UI ────────────────────────────────────────────────────────────────────────
83
+ with gr.Blocks(title="...") # theme removed
84
+ gr.Chatbot(height=460, label="Chat")
85
 
86
  with gr.Row():
87
  with gr.Column(scale=1, min_width=270):