How to hide the new download button from st.dataframe

I recently upgraded to 1.28.1 and now the st.dataframe has the download button on the top.
I have an application where I should not allow the user to do that.
How can it be hidden?

Will I need another CSS trick?

Nothing was mentioned on the Docs:

How about if users just copy paste the table.

That is not my point here. What I donโ€™t want is to โ€œadvertiseโ€ the download by showing a button every time he moves the mouse over.
For now I need to hide the button.