Prime810 commited on
Commit
0e704d0
·
verified ·
1 Parent(s): 61e83a7

Update Frontend/scripts.js

Browse files
Files changed (1) hide show
  1. 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