fdaudens HF staff commited on
Commit
1ce127f
·
verified ·
1 Parent(s): aacd564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def create_stats_html():
201
  <p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
202
  <p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
203
  <p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
204
- <p style='color: #333333; font-size: 10px;>* Last 30 days downloads. Includes models from the 3, 3.1, 3.2, and 3.3 versions</p>
205
  </div>
206
  """
207
 
 
201
  <p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
202
  <p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
203
  <p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
204
+ <p style='color: #333333; font-size: 10px;'>* Last 30 days downloads. Includes models from the 3, 3.1, 3.2, and 3.3 versions</p>
205
  </div>
206
  """
207