Update app.js
Browse files
app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
const results = [];
|
| 2 |
-
const key = '
|
| 3 |
|
| 4 |
document.getElementById('fileUpload').addEventListener('change', async function () {
|
| 5 |
const file = this.files[0];
|
|
|
|
| 1 |
const results = [];
|
| 2 |
+
const key = ''; // replace this with your actual key
|
| 3 |
|
| 4 |
document.getElementById('fileUpload').addEventListener('change', async function () {
|
| 5 |
const file = this.files[0];
|