Coloring commited on
Commit
c3f9f1a
1 Parent(s): aa39585

docs: update docs

Browse files
README-zh_CN.md CHANGED
@@ -24,3 +24,4 @@ pip install modelscope_studio
24
  - <tab-link component-tab="Chatbot">Chatbot</tab-link>
25
  - <tab-link component-tab="MultimodalInput">MultimodalInput</tab-link>
26
  - <tab-link component-tab="Markdown">Markdown</tab-link>
 
 
24
  - <tab-link component-tab="Chatbot">Chatbot</tab-link>
25
  - <tab-link component-tab="MultimodalInput">MultimodalInput</tab-link>
26
  - <tab-link component-tab="Markdown">Markdown</tab-link>
27
+ - <tab-link component-tab="WaterfallGallery">WaterfallGallery</tab-link>
components/Chatbot/README-zh_CN.md CHANGED
@@ -3,9 +3,10 @@
3
  升级版的 gradio Chatbot。
4
 
5
  - 支持前端匀速流式输出 message
6
- - 支持输出多模态内容(音频、视频、语音、文件、文本)
 
7
  - 支持多 agent 场景
8
- - 支持自定义渲染组件,并与 Python 侧事件交互
9
 
10
  ## 如何使用
11
 
 
3
  升级版的 gradio Chatbot。
4
 
5
  - 支持前端匀速流式输出 message
6
+ - 支持输出多模态内容(音频、视频、图片、文本)
7
+ - 内置标签(chart、select-box、accordion)
8
  - 支持多 agent 场景
9
+ - 支持自定义渲染组件,并与 Python 事件交互
10
 
11
  ## 如何使用
12
 
components/Chatbot/README.md CHANGED
@@ -3,9 +3,10 @@
3
  Upgraded gradio Chatbot.
4
 
5
  - Supports uniform frontend streaming output of messages
6
- - Supports output of multimodal content (audio, video, voice, files, text)
 
7
  - Supports multi-agent scenarios
8
- - Supports custom rendering components and interaction with events on the Python side
9
 
10
  ## How to Use
11
 
 
3
  Upgraded gradio Chatbot.
4
 
5
  - Supports uniform frontend streaming output of messages
6
+ - Supports output of multimodal content (audio, video, image, text)
7
+ - Built-in tags (chart、select-box、accordion)
8
  - Supports multi-agent scenarios
9
+ - Supports custom rendering components and interaction with Python events
10
 
11
  ## How to Use
12
 
components/Markdown/README-zh_CN.md CHANGED
@@ -2,8 +2,9 @@
2
 
3
  升级版的 gradio Markdown。
4
 
5
- - 支持输出多模态内容(音频、视频、语音、文件、文本)
6
- - 支持自定义渲染组件,并与 Python 侧事件交互
 
7
 
8
  ## 如何使用
9
 
 
2
 
3
  升级版的 gradio Markdown。
4
 
5
+ - 支持输出多模态内容(音频、视频、图片、文本)
6
+ - 内置标签(chart、select-box、accordion)
7
+ - 支持自定义渲染组件,并与 Python 事件交互
8
 
9
  ## 如何使用
10
 
components/Markdown/README.md CHANGED
@@ -2,8 +2,9 @@
2
 
3
  Upgraded gradio Markdown.
4
 
5
- - Supports output of multimodal content (audio, video, voice, files, text)
6
- - Supports custom rendering components and interaction with Python-side events
 
7
 
8
  ## How to Use
9
 
 
2
 
3
  Upgraded gradio Markdown.
4
 
5
+ - Supports output of multimodal content (audio, video, image, text)
6
+ - Built-in tags (chart、select-box、accordion)
7
+ - Supports custom rendering components and interaction with Python events
8
 
9
  ## How to Use
10