Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat buttons (bin and copy) don't appear on safari #9744

Open
1 task done
ngaudemet opened this issue Oct 17, 2024 · 0 comments · May be fixed by #9758
Open
1 task done

chat buttons (bin and copy) don't appear on safari #9744

ngaudemet opened this issue Oct 17, 2024 · 0 comments · May be fixed by #9758
Assignees
Labels
bug Something isn't working Priority High priority issues

Comments

@ngaudemet
Copy link

ngaudemet commented Oct 17, 2024

Describe the bug

safari :

image

chrome :

image

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

with gr.Blocks() as demo:
    conversation = gr.Chatbot(
        type="messages",
        min_width=200,
        show_copy_button=True,
        value=[
            {"role": "user", "content": "Hello"},
            {"role": "assistant", "content": "Hi, how can I help you?"},
        ],
    )

demo.launch()

Screenshot

No response

Logs

No response

System Info

gradio==5.1

Severity

Blocking usage of gradio

@ngaudemet ngaudemet added the bug Something isn't working label Oct 17, 2024
@abidlabs abidlabs added the Priority High priority issues label Oct 17, 2024
@hannahblair hannahblair linked a pull request Oct 18, 2024 that will close this issue
@hannahblair hannahblair self-assigned this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority High priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants