Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaa01 committed Jun 13, 2024
1 parent 3dbeb71 commit 62d5735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 62d5735

Please sign in to comment.