Hello, I am uploading a CSV then I have a different function that processes the uploaded file and give me a table and have managed to display uploaded table and processed table. How can I hide the processed table that I am using to plot and only display original table and graph?
You should be able to wrap the processed table in a html.Div and then hide this Div.