Skip to content

Commit 7accafa

Browse files
authored
Merge pull request #41 from nikitaa01/patch-1
quitar el simbolo "%" sobrante
2 parents e4f9202 + 62d5735 commit 7accafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

04-chatgpt-local/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
SELECTED_MODEL,
192192
{
193193
initProgressCallback: (info) => {
194-
$info.textContent = `${info.text}%`
194+
$info.textContent = info.text
195195
if (info.progress === 1) {
196196
$loading.parentNode.removeChild($loading)
197197
$button.removeAttribute('disabled')
@@ -292,4 +292,4 @@ <h5>Esto puede tardar un poco. Paciencia.</h5>
292292
</template>
293293
</body>
294294

295-
</html>
295+
</html>

0 commit comments

Comments
 (0)