Spaces:
Sleeping
Sleeping
Update static/appS.js
Browse files- 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;
|