mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
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:
parent
c12f82a36d
commit
ea6482cc89
5
.changeset/blue-moons-learn.md
Normal file
5
.changeset/blue-moons-learn.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:remove `chatbot_multimodal` demo from `gr.Chatbot` documentation page
|
@ -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
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user