gradio-leaderboard 0.0.5__py3-none-any.whl → 0.0.6__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.
- gradio_leaderboard/leaderboard.py +36 -7
- gradio_leaderboard/leaderboard.pyi +29 -4
- gradio_leaderboard/templates/component/index.js +7423 -7437
- gradio_leaderboard/templates/component/style.css +1 -1
- {gradio_leaderboard-0.0.5.dist-info → gradio_leaderboard-0.0.6.dist-info}/METADATA +3 -4
- gradio_leaderboard-0.0.6.dist-info/RECORD +12 -0
- gradio_leaderboard-0.0.5.dist-info/RECORD +0 -12
- {gradio_leaderboard-0.0.5.dist-info → gradio_leaderboard-0.0.6.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: gradio_leaderboard
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
4
4
|
Summary: Super fast , batteries included Leaderboard component ⚡️
|
5
5
|
Author-email: YOUR NAME <YOUREMAIL@domain.com>
|
6
6
|
License-Expression: MIT
|
@@ -177,10 +177,9 @@ This will display a series of form elements that users can use to select/deselec
|
|
177
177
|
This parameter must be a `list` but it's elements must be:
|
178
178
|
|
179
179
|
* `a string`: Corresponding to the column name you'd like to add a filter for
|
180
|
-
* `a ColumnFilter`: A special class for full control of the filter's type, e.g. `checkboxgroup`, `slider`, or `dropdown`, as well as it's appearance in the UI.
|
181
|
-
|
182
|
-
If the `type` of the `ColumnFilter` is not specified, a heuristic will be used to choose the most appropriate type. If the data in the column is numeric, a slider will be used. If not, a `checkboxgroup` will be used.
|
180
|
+
* `a ColumnFilter`: A special class for full control of the filter's type, e.g. `checkboxgroup`, `checkbox`, `slider`, or `dropdown`, as well as it's appearance in the UI.
|
183
181
|
|
182
|
+
If the `type` of the `ColumnFilter` is not specified, a heuristic will be used to choose the most appropriate type. If the data in the column is boolean-valued, a `checkbox` will be used. If it is numeric, a slider will be used. For all others, a `checkboxgroup` will be used.
|
184
183
|
|
185
184
|
#### Demo
|
186
185
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
gradio_leaderboard/__init__.py,sha256=-ALcJ_utr02n3qh2Q75HhGx-tCbdvOwRlBK5oopXPuQ,158
|
2
|
+
gradio_leaderboard/leaderboard.py,sha256=hCGQpu-NGK_ZgvSEiIe8E9WbRj2LHHcB0nvtFdZRwaM,18498
|
3
|
+
gradio_leaderboard/leaderboard.pyi,sha256=xjmAWSSUFy4x2RNvaiZ_lW6K9uTlpjXDJnWQdJsr-go,33817
|
4
|
+
gradio_leaderboard/templates/component/__vite-browser-external-2447137e.js,sha256=-MRWAx5QAcDNpIN82e46M9eb7roSDsYz7J2ZBjL7KqY,41
|
5
|
+
gradio_leaderboard/templates/component/index.js,sha256=AEs39Fm94kg4lIc9mic3sm4BhhBYmNcxV1i3UJSsNVc,1006135
|
6
|
+
gradio_leaderboard/templates/component/style.css,sha256=ILwcTR87bBdZXViHrFb2hqPWhWsUtUkkqvbJw9jgIiU,1498407
|
7
|
+
gradio_leaderboard/templates/component/wrapper-6f348d45-19fa94bf.js,sha256=BDv2W5qnL9yyp0KhqiluGSjG5i9LY4OV9seIHQWuVWQ,78062
|
8
|
+
gradio_leaderboard/templates/example/index.js,sha256=OEs6_2GdDz6N_mKbrPp9W9OOLcWmd3nrHGkRuzQsFAA,6084
|
9
|
+
gradio_leaderboard/templates/example/style.css,sha256=9JOKe1Y54384SfbzosdLED2IwslFs_2uESv6z-3qadY,1096
|
10
|
+
gradio_leaderboard-0.0.6.dist-info/METADATA,sha256=a1cQS270SBbIvnfTv4BQgjL5fNj8cuO4zqqw71DN3xg,15901
|
11
|
+
gradio_leaderboard-0.0.6.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
12
|
+
gradio_leaderboard-0.0.6.dist-info/RECORD,,
|
@@ -1,12 +0,0 @@
|
|
1
|
-
gradio_leaderboard/__init__.py,sha256=-ALcJ_utr02n3qh2Q75HhGx-tCbdvOwRlBK5oopXPuQ,158
|
2
|
-
gradio_leaderboard/leaderboard.py,sha256=X-skZJyG4LYUja0g-G-CPbQ1v9blphebqQxHtuGMuu4,17526
|
3
|
-
gradio_leaderboard/leaderboard.pyi,sha256=t4yem_ApYkTxCyNy3JR7z-c9HF1jhM50gA8lEhC12-Q,32862
|
4
|
-
gradio_leaderboard/templates/component/__vite-browser-external-2447137e.js,sha256=-MRWAx5QAcDNpIN82e46M9eb7roSDsYz7J2ZBjL7KqY,41
|
5
|
-
gradio_leaderboard/templates/component/index.js,sha256=o1iiIyYY9Yv911cTbP4-2uMTeKYlt5sE3QX54UelJzM,1007331
|
6
|
-
gradio_leaderboard/templates/component/style.css,sha256=dMTyNCGD5mcV0grE6en6Lhystzc9wPjJ1BpKVTrDohs,1498909
|
7
|
-
gradio_leaderboard/templates/component/wrapper-6f348d45-19fa94bf.js,sha256=BDv2W5qnL9yyp0KhqiluGSjG5i9LY4OV9seIHQWuVWQ,78062
|
8
|
-
gradio_leaderboard/templates/example/index.js,sha256=OEs6_2GdDz6N_mKbrPp9W9OOLcWmd3nrHGkRuzQsFAA,6084
|
9
|
-
gradio_leaderboard/templates/example/style.css,sha256=9JOKe1Y54384SfbzosdLED2IwslFs_2uESv6z-3qadY,1096
|
10
|
-
gradio_leaderboard-0.0.5.dist-info/METADATA,sha256=Sj93DbtQrx93RubzzsEA3mxbxl-GA82tGXESFYsbnIs,15830
|
11
|
-
gradio_leaderboard-0.0.5.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
12
|
-
gradio_leaderboard-0.0.5.dist-info/RECORD,,
|
File without changes
|