diff --git a/tensors/server/static/index.html b/tensors/server/static/index.html index 8b45a82..dc14558 100644 --- a/tensors/server/static/index.html +++ b/tensors/server/static/index.html @@ -80,7 +80,7 @@ } container.innerHTML = data.images.map(img => ` - + ${img.id} `).join('');