Skip to content

Commit

Permalink
Fix Audio in Chatbot bug (#9676)
Browse files Browse the repository at this point in the history
* fix

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 60b6603 commit fd0264f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/stupid-snakes-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/chatbot": patch
"gradio": patch
---

fix:Fix Audio in Chatbot bug
2 changes: 1 addition & 1 deletion js/chatbot/shared/Message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
{i18n}
{upload}
{_fetch}
on:load={scroll}
on:load={() => scroll()}
/>
{:else if message.type === "component" && message.content.component === "file"}
<a
Expand Down

0 comments on commit fd0264f

Please sign in to comment.