KikiQiQi commited on
Commit
614b2c4
1 Parent(s): d979709

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -38,7 +38,7 @@
38
  let jsonObjects;
39
 
40
  async function fetchData() {
41
- const response = await fetch('your_data_file.txt'); // Replace 'your_data_file.txt' with the correct path
42
  const data = await response.text();
43
  jsonObjects = data.split('\n').filter(Boolean).map(JSON.parse);
44
  }
 
38
  let jsonObjects;
39
 
40
  async function fetchData() {
41
+ const response = await fetch('characters.output.manually'); // Replace 'your_data_file.txt' with the correct path
42
  const data = await response.text();
43
  jsonObjects = data.split('\n').filter(Boolean).map(JSON.parse);
44
  }