-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
copy button for the response? #2961
Comments
You can add chatbot = gr.Chatbot(
elem_id="chatbot",
label="Scroll down and start chatting",
height=550,
+ show_copy_button=True
) on the Gradio_web_server.py |
Ah, you need a kinda recent gradio for that. |
hi! i meant on the website https://chat.lmsys.org |
I made the PR for you - but next time, you can do it yourself - check the PR #2963 above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copy button for the response would help a lot. as currently, it requires selecting the "rendered" response from browser - due to which the underlying formatting (which i'd assume to be in markdown) is lost and the copy loses over 50% of its meaning in average cases.
anyhow, thanks a lot for this wonderful service.
The text was updated successfully, but these errors were encountered: