Spaces:
Runtime error
Runtime error
add copy all button to chatbot interface
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks(theme=theme, css=css, title='ηηε°θ©±ζ©ε¨δΊΊ') as demo:
|
|
298 |
|
299 |
with gr.Row() as main_interface:
|
300 |
with gr.Column() as chatbot_interface:
|
301 |
-
chatbot = gr.Chatbot(label="θ倩ζ©ε¨δΊΊ", show_share_button=False, bubble_full_width=False, layout='bubble', scale=6)
|
302 |
msg = gr.Textbox(show_label=False, placeholder="δ»ε€©ζ³θ¦θ·ζεδΊ«δ»ιΊΌε’οΌ", autofocus=True, scale=2)
|
303 |
with gr.Row():
|
304 |
submit = gr.Button("ιεΊ", variant="primary", scale=2)
|
|
|
298 |
|
299 |
with gr.Row() as main_interface:
|
300 |
with gr.Column() as chatbot_interface:
|
301 |
+
chatbot = gr.Chatbot(label="θ倩ζ©ε¨δΊΊ", show_share_button=False, bubble_full_width=False, show_copy_all_button=True, layout='bubble', scale=6)
|
302 |
msg = gr.Textbox(show_label=False, placeholder="δ»ε€©ζ³θ¦θ·ζεδΊ«δ»ιΊΌε’οΌ", autofocus=True, scale=2)
|
303 |
with gr.Row():
|
304 |
submit = gr.Button("ιεΊ", variant="primary", scale=2)
|