-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeze DataFrame columns #2407
Comments
Is the column you want to compare known at app creation time or would you like to toggle it on and off in the UI? |
In my case, it is known at creation time 👍 |
any update? |
As someone who also creates / uses Gradio leaderboards a lot, I would also benefit a lot from being able to freeze the first column which typically contains the model name. Being able to freeze the header row would also be great for large tables :) |
Maybe being able to freeze the first column would be helpful too! For example, scrolling to the right to see the metrics in reward bench makes it difficult what models they belong to in the left :) Screen.Recording.2024-05-10.at.10.47.32.AM.mov |
Definitively very useful for leaderboards 🙋 |
any progress on this issue? definitely useful for me as well! |
It will happen soon but not imminently. |
It'd be nice to freeze DataFrame columns / rows when scrolling horizontally / vertically.
For example on this space built with Gradio: https://huggingface.co/spaces/mteb/leaderboard , some tabs like Bitext Mining have lots of columns and I'm interested to compare the models performance on one of the columns. I need to scroll back every time to see what column the scores correspond to. Maybe there's a better existing solution though?
The text was updated successfully, but these errors were encountered: