Skip to content

Commit

Permalink
results display
Browse files Browse the repository at this point in the history
  • Loading branch information
ecornamu committed Dec 19, 2024
1 parent b9418b1 commit fbc9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/results_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Movie Character Name Influence</h1>

<script>
// Example data - replace this with your own
const movlist = [
const movies = [
{ id: "1", name: "Mission: Impossible II", year: "2000", graph: "mission_impossible_ii"},
{ id: "2", name: "Pulp Fiction", year: "1994", graph: "pulp_fiction"},
{ id: "3", name: "Star Wars Episode IV: A New Hope", year: "1977", graph: "star_wars_episode_iv_a_new_hope"},
Expand Down

0 comments on commit fbc9be2

Please sign in to comment.