Spaces:
Running
Running
Commit
·
ccf9b3b
1
Parent(s):
20dfdf1
Fix coldkey link
Browse files- src/submissions.py +1 -1
src/submissions.py
CHANGED
@@ -32,7 +32,7 @@ def create_submissions() -> gr.Dataframe:
|
|
32 |
f"[{commitment.block}](https://taostats.io/block/{commitment.block})",
|
33 |
f"[{commitment.revision}]({commitment.get_repo_link()}/commit/{commitment.revision})",
|
34 |
f"[{hotkey[:6]}...](https://taostats.io/hotkey/{hotkey})",
|
35 |
-
f"[{coldkey[:6]}...](https://taostats.io/
|
36 |
commitment.contest.name,
|
37 |
]
|
38 |
|
|
|
32 |
f"[{commitment.block}](https://taostats.io/block/{commitment.block})",
|
33 |
f"[{commitment.revision}]({commitment.get_repo_link()}/commit/{commitment.revision})",
|
34 |
f"[{hotkey[:6]}...](https://taostats.io/hotkey/{hotkey})",
|
35 |
+
f"[{coldkey[:6]}...](https://taostats.io/coldkey/{coldkey})",
|
36 |
commitment.contest.name,
|
37 |
]
|
38 |
|