Spaces:
Runtime error
Runtime error
Delete script.js
Browse files
script.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
document.getElementById('generateButton').addEventListener('click', () => {
|
| 3 |
-
const imageFile = document.getElementById('imageUpload').files[0];
|
| 4 |
-
const audioFile = document.getElementById('audioUpload').files[0];
|
| 5 |
-
|
| 6 |
-
if (!imageFile || !audioFile) {
|
| 7 |
-
alert('Please upload both an image and an audio file.');
|
| 8 |
-
return;
|
| 9 |
-
}
|
| 10 |
-
|
| 11 |
-
alert('Files uploaded successfully!'); // Placeholder for further functionality
|
| 12 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|