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