diff --git a/generate-graph.py b/generate-graph.py
index 10b981d..b1fefe9 100644
--- a/generate-graph.py
+++ b/generate-graph.py
@@ -11,7 +11,7 @@
from networkx.drawing.nx_pydot import read_dot
from networkx.readwrite import json_graph
-N_MISSING = 8 # Number of predicted missing links
+N_MISSING = 10 # Number of predicted missing links
MAX_NODES = 200 # Number of nodes in the final graph
def to_rellink(inp: str) -> str:
diff --git a/layouts/partials/graph.html b/layouts/partials/graph.html
index 3e4d395..416f971 100644
--- a/layouts/partials/graph.html
+++ b/layouts/partials/graph.html
@@ -1,6 +1,6 @@