Spaces:
Running
on
Zero
Running
on
Zero
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=
|
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),
|