diff --git a/server/static/scripts.js b/server/static/scripts.js index c923fcc..5d96922 100644 --- a/server/static/scripts.js +++ b/server/static/scripts.js @@ -33,7 +33,7 @@ async function SavePhoto(self) { // Обработка основных результатов for (let key in json.results) { if (json.description != undefined) { - text += `
${json.results[key]} (вероятность: ${Math.round(parseFloat(key) * 100)}%)
Описание
`; + text += `
${json.results[key]} (вероятность: ${Math.round(parseFloat(key) * 100)}%)
Описание
`; } else { text += `
${json.results[key]} (вероятность: ${Math.round(parseFloat(key) * 100)}%)
`; }