Update Frontend/scripts.js
Browse files- Frontend/scripts.js +0 -1
Frontend/scripts.js
CHANGED
|
@@ -47,7 +47,6 @@ function captureAndSend() {
|
|
| 47 |
`<img src="${data.emoji}" style="width:200px; border-radius:10px;">`;
|
| 48 |
document.getElementById("emotionText").textContent =
|
| 49 |
`Emotion: ${data.emotion}`;
|
| 50 |
-
document.getElementById("emojiSound").play();
|
| 51 |
|
| 52 |
|
| 53 |
// Show download button
|
|
|
|
| 47 |
`<img src="${data.emoji}" style="width:200px; border-radius:10px;">`;
|
| 48 |
document.getElementById("emotionText").textContent =
|
| 49 |
`Emotion: ${data.emotion}`;
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
// Show download button
|