layerdiffusion commited on
Commit
9fff69f
1 Parent(s): 8a4f527
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
349
 
350
  with gr.Column(scale=75, elem_classes='inner_parent'):
351
  canvas_state = gr.State(None)
352
- chatbot = gr.Chatbot(label='Omost', scale=1, bubble_full_width=True, render=False)
353
  chatInterface = ChatInterface(
354
  fn=chat_fn,
355
  post_fn=post_chat,
 
349
 
350
  with gr.Column(scale=75, elem_classes='inner_parent'):
351
  canvas_state = gr.State(None)
352
+ chatbot = gr.Chatbot(label='Omost', scale=1, show_copy_button=True, layout="panel", render=False)
353
  chatInterface = ChatInterface(
354
  fn=chat_fn,
355
  post_fn=post_chat,