nxphi47 commited on
Commit
3d983d5
1 Parent(s): 4918d23

Update multipurpose_chatbot/demos/chat_interface.py

Browse files
multipurpose_chatbot/demos/chat_interface.py CHANGED
@@ -683,7 +683,7 @@ class ChatInterfaceDemo(BaseDemo):
683
  { "left": "$", "right": "$", "display": False},
684
  { "left": "$$", "right": "$$", "display": True},
685
  ],
686
- show_copy_button=True,
687
  height=CHATBOT_HEIGHT,
688
  ),
689
  textbox=gr.Textbox(placeholder='Type message', lines=1, max_lines=128, min_width=200, scale=8),
 
683
  { "left": "$", "right": "$", "display": False},
684
  { "left": "$$", "right": "$$", "display": True},
685
  ],
686
+ show_copy_button=False,
687
  height=CHATBOT_HEIGHT,
688
  ),
689
  textbox=gr.Textbox(placeholder='Type message', lines=1, max_lines=128, min_width=200, scale=8),