Hey Guys,
When using Streamlit download button, the whole CSV is being displayed in UI, I only want the Download option to appear.
I am trying to compare two dataframes and create a UI which will download the mismatch data as excel.
But in the UI both the two dataframes are being shown, which I dont want.
I want only the Download Button to be visible
Is there any way I can achieve this?
thank you