Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|