Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def respond(
|
|
64 |
|
65 |
def launch_app():
|
66 |
try:
|
67 |
-
chatbot = gr.Chatbot(height=600)
|
68 |
|
69 |
demo = gr.ChatInterface(
|
70 |
respond,
|
|
|
64 |
|
65 |
def launch_app():
|
66 |
try:
|
67 |
+
chatbot = gr.Chatbot(height=600, type='messages')
|
68 |
|
69 |
demo = gr.ChatInterface(
|
70 |
respond,
|