diff --git a/server.py b/server.py
index f1eefc2..f324d39 100644
--- a/server.py
+++ b/server.py
@@ -98,7 +98,7 @@ class SaveHandler(RestHandler):
x="{ann.bbox[0] * -1 * normalisedAnn.scale}"
y="{ann.bbox[1] * -1 * normalisedAnn.scale}">
{"".join(segments)}
- {cat['name']}
+ {cat['name']}
""")
annotations.append({'id': annId, 'x': x, 'y': y})
diff --git a/www/coco.css b/www/coco.css
index 9530762..7e0adcd 100644
--- a/www/coco.css
+++ b/www/coco.css
@@ -124,7 +124,7 @@ svg text{
.buttons{
position:absolute;
- top: 10px;
+ top: 20px;
text-align:center;
width: 400px;
left: calc(50% - 150px);