Spaces:
Running
Running
fix: docs
Browse files
components/Chatbot/README.md
CHANGED
@@ -49,13 +49,13 @@ Observation: <result>「Any md content will be displayed in the drop-down box wh
|
|
49 |
|
50 |
### Support for User Selection Interaction
|
51 |
|
52 |
-
Include the `select-box` tag in the returned content
|
53 |
|
54 |
<demo name="select-box"></demo>
|
55 |
|
56 |
### Support for Chart Display
|
57 |
|
58 |
-
Include the `chart` tag in the returned content
|
59 |
|
60 |
<demo name="chart"></demo>
|
61 |
|
|
|
49 |
|
50 |
### Support for User Selection Interaction
|
51 |
|
52 |
+
Include the `select-box` tag in the returned content. For more usage details, see <tab-link component-tab="Markdown">Markdown Built-in Custom Tags </tab-link>.
|
53 |
|
54 |
<demo name="select-box"></demo>
|
55 |
|
56 |
### Support for Chart Display
|
57 |
|
58 |
+
Include the `chart` tag in the returned content. For more usage details, see <tab-link component-tab="Markdown">Markdown Built-in Custom Tags </tab-link>.
|
59 |
|
60 |
<demo name="chart"></demo>
|
61 |
|
components/Markdown/README.md
CHANGED
@@ -18,17 +18,17 @@ Upgraded gradio Markdown.
|
|
18 |
|
19 |
### Support for Accordion Content Display
|
20 |
|
21 |
-
Include the `accordion` tag in the returned content
|
22 |
<demo name="accordion"></demo>
|
23 |
|
24 |
### Support for User Selection Interaction
|
25 |
|
26 |
-
Include the `select-box` tag in the returned content
|
27 |
<demo name="select-box"></demo>
|
28 |
|
29 |
### Support for Chart Display
|
30 |
|
31 |
-
Include the `chart` tag in the returned content
|
32 |
<demo name="chart"></demo>
|
33 |
|
34 |
### Custom Tags (Advanced Usage, Requires Frontend Knowledge)
|
|
|
18 |
|
19 |
### Support for Accordion Content Display
|
20 |
|
21 |
+
Include the `accordion` tag in the returned content. For more usage details, see <tab-link tab="custom_tags/accordion">accordion</tab-link>
|
22 |
<demo name="accordion"></demo>
|
23 |
|
24 |
### Support for User Selection Interaction
|
25 |
|
26 |
+
Include the `select-box` tag in the returned content. For more usage details, see <tab-link tab="custom_tags/select-box">select-box</tab-link>
|
27 |
<demo name="select-box"></demo>
|
28 |
|
29 |
### Support for Chart Display
|
30 |
|
31 |
+
Include the `chart` tag in the returned content. For more usage details, see <tab-link tab="custom_tags/chart">chart</tab-link>
|
32 |
<demo name="chart"></demo>
|
33 |
|
34 |
### Custom Tags (Advanced Usage, Requires Frontend Knowledge)
|