Update static/index.html
Browse files- static/index.html +0 -2
static/index.html
CHANGED
|
@@ -457,8 +457,6 @@ function sendInputs() {
|
|
| 457 |
return;
|
| 458 |
}
|
| 459 |
|
| 460 |
-
const imageBox = document.getElementById("image-box");
|
| 461 |
-
imageBox.innerHTML = ""; // Clear previous content
|
| 462 |
|
| 463 |
showSpinner('sendSpinner');
|
| 464 |
const noiseLevel = document.getElementById("noise_level").value;
|
|
|
|
| 457 |
return;
|
| 458 |
}
|
| 459 |
|
|
|
|
|
|
|
| 460 |
|
| 461 |
showSpinner('sendSpinner');
|
| 462 |
const noiseLevel = document.getElementById("noise_level").value;
|