diff --git a/templates/base.html b/templates/base.html
index 5fb6e8b..c43854a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -53,31 +53,33 @@
AI Graph Tools
{% endif %}
- {% if request.path == url_for('graph_page') %}
-
-
- Graph
-
-
- {% else %}
-
-
- Graph
-
-
- {% endif %}
- {% if request.path == url_for('metrics_page') %}
-
-
- Metrics
-
-
- {% else %}
-
-
- Metrics
-
-
+ {% if request.path == url_for('graph_page') or request.path == url_for('metrics_page') %}
+ {% if request.path == url_for('graph_page') %}
+
+
+ Graph
+
+
+ {% else %}
+
+
+ Graph
+
+
+ {% endif %}
+ {% if request.path == url_for('metrics_page') %}
+
+
+ Table
+
+
+ {% else %}
+
+
+ Table
+
+
+ {% endif %}
{% endif %}
diff --git a/templates/graph.html b/templates/graph.html
index 544a7a5..996f5a5 100644
--- a/templates/graph.html
+++ b/templates/graph.html
@@ -14,7 +14,7 @@