You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. in my dataset app there is an option to edit the columns and types of a dataset, I use a DataFrame for that but it feels confusing to have a button "New Row" while each row in the DataFrame corresponds to a dataset column name + type
In my case I would like the button to display "New dataset column" for example
Otherwise let me know if you think of another way of fixing this confusion ?
The text was updated successfully, but these errors were encountered:
We've redesigned the Dataframe component so that now there is a context menu instead. We are not likely to allow customization of every item in the menu because, among other things, we i18n these values. I would instead suggest creating a custom component, which should be pretty since its just modifying a few strings in the JS.
If you'd like to create your own, we've put together a Guide: https://www.gradio.app/guides/five-minute-guide, and we're happy to help.
e.g. in my dataset app there is an option to edit the columns and types of a dataset, I use a DataFrame for that but it feels confusing to have a button "New Row" while each row in the DataFrame corresponds to a dataset column name + type
In my case I would like the button to display "New dataset column" for example
Otherwise let me know if you think of another way of fixing this confusion ?
The text was updated successfully, but these errors were encountered: