still trying to make the leaderboard
Browse files
submit.py
CHANGED
@@ -51,7 +51,7 @@ def submit_boundary(
|
|
51 |
"boundary_json": file_content.decode("utf-8"),
|
52 |
"evaluated": False,
|
53 |
"user": user_state,
|
54 |
-
"vis": "None"
|
55 |
}
|
56 |
with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp:
|
57 |
json.dump(record, tmp, indent=2)
|
|
|
51 |
"boundary_json": file_content.decode("utf-8"),
|
52 |
"evaluated": False,
|
53 |
"user": user_state,
|
54 |
+
# "vis": "None"
|
55 |
}
|
56 |
with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp:
|
57 |
json.dump(record, tmp, indent=2)
|