NeuroGPT / assets /html /billing_info.html
OpkaGames's picture
Upload folder using huggingface_hub
870ab6b
raw
history blame contribute delete
No virus
308 Bytes
<b>{label}</b>
<div class="progress-bar">
<div class="progress" style="width: {usage_percent}%;">
<span class="progress-text">{usage_percent}%</span>
</div>
</div>
<div style="display: flex; justify-content: space-between;">
<span>${rounded_usage}</span><span>${usage_limit}</span>
</div>