Jyothikamalesh commited on
Commit
968c3d9
·
verified ·
1 Parent(s): 460e94e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,