TejAndrewsACC commited on
Commit
54370d0
·
verified ·
1 Parent(s): 91c7e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2561,7 +2561,7 @@ body {
2561
  demo = gr.ChatInterface(
2562
  fn=respond,
2563
  type="messages",
2564
- chatbot=gr.Chatbot(label="Z3ta-Z", show_copy_button=True),
2565
  flagging_mode="manual",
2566
  editable=True,
2567
  additional_inputs=[
 
2561
  demo = gr.ChatInterface(
2562
  fn=respond,
2563
  type="messages",
2564
+ chatbot=gr.Chatbot(label="Z3ta-Z", show_copy_button=True, container=False),
2565
  flagging_mode="manual",
2566
  editable=True,
2567
  additional_inputs=[