TejAndrewsACC commited on
Commit
074cbae
·
verified ·
1 Parent(s): 52cce4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2560,6 +2560,7 @@ body {
2560
 
2561
  demo = gr.ChatInterface(
2562
  fn=respond,
 
2563
  save_history=True,
2564
  show_progress="full",
2565
  flagging_mode="manual",
 
2560
 
2561
  demo = gr.ChatInterface(
2562
  fn=respond,
2563
+ type="messages",
2564
  save_history=True,
2565
  show_progress="full",
2566
  flagging_mode="manual",