gradio
gradio copied to clipboard
insert data into a gradio Dataframe module in the middle
I created a gradio Dataframe module in a demo app, but in the web page, it only has a button to add a new row at the bottom of the table. I would like to add a now row in the middle of the table, I wonder if there is a way to do this, or will this functionality be supported in the future?
Don't think there is a workaround for this. Contributions for this feature are welcome!