jerome-white commited on
Commit
8d48750
1 Parent(s): a5aec38

Format response box and allow copying of thread

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -87,7 +87,10 @@ with gr.Blocks() as demo:
87
  )
88
 
89
  with gr.Column(scale=2):
90
- chatbot = gr.Chatbot(height='80vh')
 
 
 
91
  interaction = gr.Textbox(
92
  label='Ask a question about your documents and press "Enter"',
93
  )
 
87
  )
88
 
89
  with gr.Column(scale=2):
90
+ chatbot = gr.Chatbot(
91
+ height='70vh',
92
+ show_copy_button=True,
93
+ )
94
  interaction = gr.Textbox(
95
  label='Ask a question about your documents and press "Enter"',
96
  )