From e0ed480798b237cbf76a711d02a91100e7b6067e Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 27 Nov 2024 22:55:20 +0000 Subject: [PATCH] Remove duplicated share icon in gr.Chatbot (#10056) * fix double share button * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot --- .changeset/wet-hoops-float.md | 6 ++++++ js/chatbot/shared/ChatBot.svelte | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .changeset/wet-hoops-float.md diff --git a/.changeset/wet-hoops-float.md b/.changeset/wet-hoops-float.md new file mode 100644 index 0000000000..0d2d8994f5 --- /dev/null +++ b/.changeset/wet-hoops-float.md @@ -0,0 +1,6 @@ +--- +"@gradio/chatbot": patch +"gradio": patch +--- + +fix:Remove duplicated share icon in gr.Chatbot diff --git a/js/chatbot/shared/ChatBot.svelte b/js/chatbot/shared/ChatBot.svelte index 6e18b3e6a2..d966283e9b 100644 --- a/js/chatbot/shared/ChatBot.svelte +++ b/js/chatbot/shared/ChatBot.svelte @@ -276,9 +276,7 @@ dispatch("error", message); } }} - > - - + /> {/if} dispatch("clear")} label={"Clear"} >