Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBadciong authored May 30, 2024
1 parent b1d3494 commit 1516d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', () => {

// Function to load CSV data
function loadCSV() {
Papa.parse('./V-Score-Search/Databases/data.csv', {
Papa.parse('V-Score-Search/Databases/data.csv', {
download: true,
header: true,
complete: function(results) {
Expand Down

0 comments on commit 1516d79

Please sign in to comment.