Edit dataframe table with style

Hi everyone,

I have a dataframe that is color-coded flagged values by using df.style.apply().
I would like to make this dataframe editable but unable to do so. Does anyone have any idea if we can do this?

Thank you!