Spaces:
Runtime error
Runtime error
Commit
·
a322140
1
Parent(s):
54ebcde
add color
Browse files- pages/index.md +2 -0
pages/index.md
CHANGED
@@ -118,6 +118,8 @@ FROM read_parquet('https://huggingface.co/datasets/cfahlgren1/hub-stats/resolve/
|
|
118 |
yAxisTitle="Total Downloads"
|
119 |
xAxisTitle="Pipeline Tag"
|
120 |
sort=true
|
|
|
|
|
121 |
/>
|
122 |
<DataTable data={model_pipeline_downloads} />
|
123 |
|
|
|
118 |
yAxisTitle="Total Downloads"
|
119 |
xAxisTitle="Pipeline Tag"
|
120 |
sort=true
|
121 |
+
fillColor="#cf0d06"
|
122 |
+
strokeColor="#eb5752"
|
123 |
/>
|
124 |
<DataTable data={model_pipeline_downloads} />
|
125 |
|