pabloce commited on
Commit
bbb4a8b
·
verified ·
1 Parent(s): ba01215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -170,7 +170,11 @@ demo = gr.ChatInterface(
170
  clear_btn="Clear",
171
  submit_btn="Send",
172
  description="Cognitive Computation: Chat Dolphin 🐬",
173
- chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
 
 
 
 
174
  )
175
 
176
  if __name__ == "__main__":
 
170
  clear_btn="Clear",
171
  submit_btn="Send",
172
  description="Cognitive Computation: Chat Dolphin 🐬",
173
+ chatbot=gr.Chatbot(
174
+ scale=1,
175
+ placeholder=PLACEHOLDER,
176
+ show_copy_button=True
177
+ )
178
  )
179
 
180
  if __name__ == "__main__":