Skip to content

Commit

Permalink
change result display
Browse files Browse the repository at this point in the history
  • Loading branch information
ecornamu committed Dec 18, 2024
1 parent 2d8bd62 commit 3e66817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_includes/results_display.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -89,7 +88,7 @@ <h1>Movie Character Name Influence</h1>

// Function to load a graph
function loadGraph(graphFile) {
graphpath = "https://epfl-ada.github.io/ada-2024-project-dondata2025/assets/" + graphFile + "_graph.html";
graphpath = `https://epfl-ada.github.io/ada-2024-project-dondata2025/assets/${graphFile}_graph.html`;
fetch(graphFile)
.then(response => {
if (!response.ok) {
Expand Down

0 comments on commit 3e66817

Please # to comment.