Spaces:
Sleeping
Sleeping
File size: 325 Bytes
33f307f 6d83a58 33f307f 6d83a58 |
1 2 3 4 5 6 7 8 9 |
def actualizar_creditos(nuevos_creditos, usuario):
html_credits = f"""
<div>
<div style="text-align: left;">👤<b>Username: </b> {usuario}</div><div style="text-align: right;">💶<b>Credits Available: </b> {nuevos_creditos}</div>
</div>
"""
return html_credits |