Spaces:
Runtime error
Leaderboard doesn't show new results until Space restarts (my July submissions missing from UI)
Hi Proxima team,
My recent geometrical submissions (user davidkh) were evaluated successfully and are present in the results dataset. For example
https://huggingface.co/datasets/proxima-fusion/constellaration-bench-results/blob/main/geometrical/2026-07-05T04-26-59.871574_geometrical_results.json
However, neither appears in the Leaderboard tab (also not via search or sorting by score).
I think the cause is in app.py: the Leaderboard component is built with value=get_leaderboard(). Because value receives a static DataFrame rather than the callable, the refresh has no effect, so the table is a snapshot from the last restart and newer submissions never show up until the Space reboots.
Happy to open a PR for the fix if that's welcome.
Thanks for the great benchmark!