model key
Browse files
submit.py
CHANGED
@@ -58,7 +58,7 @@ def make_submission(
|
|
58 |
"submission_time": timestamp,
|
59 |
"evaluated": False,
|
60 |
"user": user_state,
|
61 |
-
"
|
62 |
"model_description": model_description,
|
63 |
"csv_content": file_content,
|
64 |
"dataset": submission_type,
|
|
|
58 |
"submission_time": timestamp,
|
59 |
"evaluated": False,
|
60 |
"user": user_state,
|
61 |
+
"model": model_name,
|
62 |
"model_description": model_description,
|
63 |
"csv_content": file_content,
|
64 |
"dataset": submission_type,
|