fdaudens HF staff commited on
Commit
6274a38
·
verified ·
1 Parent(s): 3b09729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -157,6 +157,7 @@ def create_stats_html():
157
  <p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
158
  <p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
159
  <p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
 
160
  </div>
161
  """
162
 
 
157
  <p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
158
  <p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
159
  <p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
160
+ <p style='color: #333333; font-size: 10px;'>* Last 30 days downloads</p>
161
  </div>
162
  """
163