gradio-leaderboard 0.0.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gradio_leaderboard
3
- Version: 0.0.4
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
@@ -166,7 +166,7 @@ with gr.Blocks() as demo:
166
166
  demo.launch()
167
167
  ```
168
168
 
169
- ![](https://github.com/freddyaboulton/gradio-leaderboard/assets/41651716/032a50ef-01e0-48c4-a323-c84d09ccb3db)
169
+ ![colum_search_gif](https://github.com/freddyaboulton/gradio-leaderboard/assets/41651716/4725f812-ffca-4ef9-951f-77574accd159)
170
170
 
171
171
 
172
172
  ### Filtering
@@ -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=qZkDZj23npEW8G9pkEzumZq3zz5Sg49_oFQhq_PhJ2Y,17452
3
- gradio_leaderboard/leaderboard.pyi,sha256=_Cg7uk0cPee49BrG_DhFLgyqLqkHlWApN93W0DVLwLo,32788
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.4.dist-info/METADATA,sha256=VatLdguokqoYIaPddNdQMNnHTF2RHYnpi-ci0gK9IRM,15814
11
- gradio_leaderboard-0.0.4.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
12
- gradio_leaderboard-0.0.4.dist-info/RECORD,,