AThirumoorthi commited on
Commit
85c442f
·
verified ·
1 Parent(s): 41949a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def launch_interface():
68
  interactive=True
69
  ),
70
  outputs=[
71
- gr.Chatbot(label="Chat History", type="messages", height=500), # Set height directly in Chatbot component
72
  gr.Textbox(label="Assistant's Response", interactive=False, show_label=True, lines=6, max_lines=10)
73
  ],
74
  title="Chat with Mr AI",
 
68
  interactive=True
69
  ),
70
  outputs=[
71
+ gr.Chatbot(label="Chat History").style(height=500), # Display conversation history
72
  gr.Textbox(label="Assistant's Response", interactive=False, show_label=True, lines=6, max_lines=10)
73
  ],
74
  title="Chat with Mr AI",