lvwerra HF staff commited on
Commit
4486a0d
β€’
1 Parent(s): fd4b9f6

Update html_template.html

Browse files
Files changed (1) hide show
  1. html_template.html +2 -2
html_template.html CHANGED
@@ -9,12 +9,12 @@
9
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your model that got most likes ({{likes_repo_most_n}}): {{likes_repo_most}}</p>
10
  <br>
11
  <br>
12
- <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 36px;">– Total downloads: {{downloads_user_total}} (top {{downloads_user_top}} %)</p>
13
  <br>
14
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your model that was downloaded most ({{downlods_repo_most_n}}): {{downlods_repo_most}}</p>
15
  <br>
16
  <br>
17
- <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 36px;">βš… Number of models: {{repos_model_total}} (top {{repos_model_top}} %)</p>
18
  <br>
19
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your favourite model type is: {{repos_model_fav_type}}</p>
20
  <br>
 
9
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your model that got most likes ({{likes_repo_most_n}}): {{likes_repo_most}}</p>
10
  <br>
11
  <br>
12
+ <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 36px;">– Total downloads: {{downloads_user_total}} (top {{downloads_user_top}}%)</p>
13
  <br>
14
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your model that was downloaded most ({{downlods_repo_most_n}}): {{downlods_repo_most}}</p>
15
  <br>
16
  <br>
17
+ <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 36px;">βš… Number of models: {{repos_model_total}} (top {{repos_model_top}}%)</p>
18
  <br>
19
  <p style="text-align: center;color: rgb(255, 210, 31);font-family: 'Consolas', monospace; font-size: 16px;">Your favourite model type is: {{repos_model_fav_type}}</p>
20
  <br>