remove chatbot_multimodal demo from gr.Chatbot documentation page (#8632)

* remove demo

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Abubakar Abid 2024-06-26 12:17:55 -04:00 committed by GitHub
parent c12f82a36d
commit ea6482cc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
feat:remove `chatbot_multimodal` demo from `gr.Chatbot` documentation page

View File

@ -62,7 +62,7 @@ class Chatbot(Component):
Also supports audio/video/image files, which are displayed in the Chatbot, and other kinds of files which are displayed as links. This
component is usually used as an output component.
Demos: chatbot_simple, chatbot_multimodal, chatbot_core_components_simple
Demos: chatbot_simple, chatbot_core_components_simple
Guides: creating-a-chatbot
"""