gradio-checkboxgroupmarkdown 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gradio_checkboxgroupmarkdown
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Gradio component for CheckboxGroup with Markdown
5
5
  Author-email: YOUR NAME <YOUREMAIL@domain.com>
6
6
  License-Expression: Apache-2.0
@@ -172,7 +172,7 @@ with gr.Blocks() as demo:
172
172
  label="Select Articles",
173
173
  info="Choose articles to include in your collection",
174
174
  type="all",
175
- # value=["art_101"]
175
+ buttons=["select_all", "deselect_all"]
176
176
  )
177
177
 
178
178
  with gr.Column(scale=1):
@@ -271,6 +271,19 @@ ChoiceType
271
271
  <td align="left">Type of value to be returned by component. "value" returns the list of strings of the choices selected, "index" returns the list of indices of the choices selected.</td>
272
272
  </tr>
273
273
 
274
+ <tr>
275
+ <td align="left"><code>buttons</code></td>
276
+ <td align="left" style="width: 25%;">
277
+
278
+ ```python
279
+ Optional[List[str]]
280
+ ```
281
+
282
+ </td>
283
+ <td align="left"><code>None</code></td>
284
+ <td align="left">None</td>
285
+ </tr>
286
+
274
287
  <tr>
275
288
  <td align="left"><code>label</code></td>
276
289
  <td align="left" style="width: 25%;">
@@ -0,0 +1,10 @@
1
+ gradio_checkboxgroupmarkdown/__init__.py,sha256=Az5vyA8_FE_fVcwmepfA0vQPVcHXp7V2oEOO5zfGcuc,95
2
+ gradio_checkboxgroupmarkdown/checkboxgroupmarkdown.py,sha256=ZhKlopuEvhyG-RMY5rKTuRokvG5Kdlz0lFEEjCyNvbE,9203
3
+ gradio_checkboxgroupmarkdown/checkboxgroupmarkdown.pyi,sha256=x293cKPjCuOWNKpZMARDvMMtlVKcdlbhnhM2CyMZ9MY,50495
4
+ gradio_checkboxgroupmarkdown/templates/component/index.js,sha256=psWJPsFCnD4Miapz8WzuH-tvBpEdWSRp-6EEAOByvUQ,671408
5
+ gradio_checkboxgroupmarkdown/templates/component/style.css,sha256=EerxnQHoc_xD3U5TDjlSkYRUoeXTWjOhDlrcKaQCeN4,1488060
6
+ gradio_checkboxgroupmarkdown/templates/example/index.js,sha256=fXHk5hz-RJ65D8XnIz29Mnlnv-YuDl8R4W3mUtnkqZs,1986
7
+ gradio_checkboxgroupmarkdown/templates/example/style.css,sha256=Aj4k-S41TV83pot-J9j9Fi2UonrXHFC1Jl4Zb1xaYo4,61
8
+ gradio_checkboxgroupmarkdown-0.0.3.dist-info/METADATA,sha256=oB7veBHsmSyElfduGSe8Vo1j84vwIsPcgj6ao7OuJZk,15745
9
+ gradio_checkboxgroupmarkdown-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ gradio_checkboxgroupmarkdown-0.0.3.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- gradio_checkboxgroupmarkdown/__init__.py,sha256=Az5vyA8_FE_fVcwmepfA0vQPVcHXp7V2oEOO5zfGcuc,95
2
- gradio_checkboxgroupmarkdown/checkboxgroupmarkdown.py,sha256=Zrz5_jyjaFo9YQRxkbH9AbwxZQrCbIUDSIgVegI_Zww,9105
3
- gradio_checkboxgroupmarkdown/checkboxgroupmarkdown.pyi,sha256=8Djcih53EL_1d1TMFAXDUmanKPZTEPtuSb114TonI0E,50413
4
- gradio_checkboxgroupmarkdown/templates/component/index.js,sha256=s13JXKAhDjyiOaq2QLFUUs5M3i-MbkOpJb1viY67n9o,655800
5
- gradio_checkboxgroupmarkdown/templates/component/style.css,sha256=bo6PI44_OltykBOfdccgTnzbEbqyfpDV_vZHSEJyYPc,1484345
6
- gradio_checkboxgroupmarkdown/templates/example/index.js,sha256=fXHk5hz-RJ65D8XnIz29Mnlnv-YuDl8R4W3mUtnkqZs,1986
7
- gradio_checkboxgroupmarkdown/templates/example/style.css,sha256=Aj4k-S41TV83pot-J9j9Fi2UonrXHFC1Jl4Zb1xaYo4,61
8
- gradio_checkboxgroupmarkdown-0.0.2.dist-info/METADATA,sha256=cWiln_ZWar3ndXvpV5A7w8nOsil6Irzs-9EMOm7n-D4,15524
9
- gradio_checkboxgroupmarkdown-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- gradio_checkboxgroupmarkdown-0.0.2.dist-info/RECORD,,