Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanPriyanshu authored Nov 24, 2024
1 parent c089106 commit f2856e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h3>Client ${i}</h3>
}

async function loadClientData(clientId, dataType) {
const response = await fetch(`https://amanpriyanshu.github.io/FL-JS-MNIST/data/${dataDistribution}/client${clientId}.json`);
const response = await fetch(`https://amanpriyanshu.github.io/FL-Interactive-Game/data/${dataDistribution}/client${clientId}.json`);
const data = await response.json();
const x = dataType === 'train' ? data.x_train : data.x_test;
const y = dataType === 'train' ? data.y_train : data.y_test;
Expand Down

0 comments on commit f2856e8

Please sign in to comment.