Remove duplicated share icon in gr.Chatbot (#10056)

* fix double share button

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Hannah 2024-11-27 22:55:20 +00:00 committed by GitHub
parent 7d134e0b30
commit e0ed480798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Remove duplicated share icon in gr.Chatbot

View File

@ -276,9 +276,7 @@
dispatch("error", message);
}
}}
>
<Community />
</IconButton>
/>
{/if}
<IconButton Icon={Trash} on:click={() => dispatch("clear")} label={"Clear"}
></IconButton>