diff --git a/REPORT.md b/REPORT.md
index 8989514..26fa53f 100644
--- a/REPORT.md
+++ b/REPORT.md
@@ -66,7 +66,13 @@ p4runtime (python library for interacting with switches).
Furthermore, we reused the load_balance exercise from the [p4lang/tutorials](https://github.com/p4lang/tutorials) repository. This is a simple load balancer, which hashes connections based on the source IP, source port, destination IP, destination port, and protocol into 2 buckets, which represent hosts. The output of this hash is 0 or 1, which is then used to index the target host (`h2` or `h3`) using the `ecmp_nhop` table.
-
+
+
+
### Controller
Relevant PRs: