chuangpt / web_assets /html /billing_info.html
eggacheb's picture
Upload 105 files
1ea2ba0 verified
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>