Skip to content

Commit

Permalink
quitar el simbolo "%" sobrante
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaa01 committed Jun 13, 2024
1 parent a1c7d18 commit 3dbeb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 04-chatgpt-local/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
SELECTED_MODEL,
{
initProgressCallback: (info) => {
$info.textContent = `${info.text}%`
$info.textContent = `${info.text}`
if (info.progress === 1) {
$loading.parentNode.removeChild($loading)
$button.removeAttribute('disabled')
Expand Down Expand Up @@ -292,4 +292,4 @@ <h5>Esto puede tardar un poco. Paciencia.</h5>
</template>
</body>

</html>
</html>

0 comments on commit 3dbeb71

Please sign in to comment.