cfahlgren1 HF Staff commited on
Commit
1faa63a
·
1 Parent(s): 91ca147

improve chart title

Browse files
Files changed (1) hide show
  1. pages/index.md +3 -3
pages/index.md CHANGED
@@ -49,7 +49,7 @@ ORDER BY month, repo
49
  series=repo
50
  />
51
 
52
- # Model Growth Monthly
53
 
54
  ```sql model_creations_by_month
55
  SELECT month, repo, creations
@@ -66,7 +66,7 @@ WHERE repo = 'model'
66
  y=creations
67
  />
68
 
69
- # Dataset Growth Monthly
70
 
71
  ```sql dataset_creations_by_month
72
  SELECT month, repo, creations
@@ -85,7 +85,7 @@ WHERE repo = 'dataset'
85
  y=creations
86
  />
87
 
88
- # Space Growth Monthly
89
 
90
  ```sql space_creations_by_month
91
  SELECT month, repo, creations
 
49
  series=repo
50
  />
51
 
52
+ # Model Created Each Month
53
 
54
  ```sql model_creations_by_month
55
  SELECT month, repo, creations
 
66
  y=creations
67
  />
68
 
69
+ # Dataset Created Each Month
70
 
71
  ```sql dataset_creations_by_month
72
  SELECT month, repo, creations
 
85
  y=creations
86
  />
87
 
88
+ # Space Created Each Month
89
 
90
  ```sql space_creations_by_month
91
  SELECT month, repo, creations