Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def launch_interface():
|
|
68 |
interactive=True
|
69 |
),
|
70 |
outputs=[
|
71 |
-
gr.Chatbot(label="Chat 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",
|
|
|
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",
|