studycode129 commited on
Commit
bdd034c
·
verified ·
1 Parent(s): 54def4b

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -1,5 +1,5 @@
1
  const results = [];
2
- const key = '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'; // replace this with your actual 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];