ikraamkb commited on
Commit
e49bdcb
·
verified ·
1 Parent(s): 058d4aa

Update static/appS.js

Browse files
Files changed (1) hide show
  1. static/appS.js +1 -1
static/appS.js CHANGED
@@ -276,7 +276,7 @@ function injectAudioPlayer(bubble, audioUrl) {
276
  audioContainer.appendChild(audioIcon);
277
  messageDiv.appendChild(audioContainer);
278
  } */
279
- async function handleSubmit() {
280
  if (!selectedFile) {
281
  alert("Please upload a file first");
282
  return;
 
276
  audioContainer.appendChild(audioIcon);
277
  messageDiv.appendChild(audioContainer);
278
  } */
279
+ /*async function handleSubmit() {
280
  if (!selectedFile) {
281
  alert("Please upload a file first");
282
  return;