Spaces:
Runtime error
Runtime error
Commit
·
5e2c141
1
Parent(s):
a322140
formatting for data table
Browse files- pages/index.md +4 -2
pages/index.md
CHANGED
@@ -121,8 +121,10 @@ FROM read_parquet('https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/
|
|
121 |
fillColor="#cf0d06"
|
122 |
strokeColor="#eb5752"
|
123 |
/>
|
124 |
-
<DataTable data={model_pipeline_downloads}
|
125 |
-
|
|
|
|
|
126 |
|
127 |
# Model Licenses
|
128 |
|
|
|
121 |
fillColor="#cf0d06"
|
122 |
strokeColor="#eb5752"
|
123 |
/>
|
124 |
+
<DataTable data={model_pipeline_downloads} search=true>
|
125 |
+
<Column id="pipeline_tag" title="Pipeline Tag" />
|
126 |
+
<Column id="total_downloads" title="Total Downloads" fmt='#,##0.00,,"M"' />
|
127 |
+
</DataTable>
|
128 |
|
129 |
# Model Licenses
|
130 |
|