Spaces:
Running
Running
Bump Gradio sdk_version 5.9.1 -> 6.14.0
#1
by malteos - opened
The (cov.) toggle + numeric column sort rely on metadata.display_value being applied to the dict-shaped payload we hand to gr.Dataframe. That behaviour landed in Gradio 5.19.0 (gradio-app/gradio#10647); on the currently pinned 5.9.1 the frontend silently drops the overlay and shows raw floats like 60.37470264738985. Bumping to 6.14.0 matches the local dev / test environment PRs #13 and #14 were verified against.
malteos changed pull request status to merged