Hey forums
I’m new to dash, loving it so far. I’ve built a lot of my own ML models in jupyter noteboosk and now just trying to get that onto a webapp. The functionality that i’m looking for specifically is to allow the end user to upload a csv that is then passed to my pickled model.
I’ve tried using the dcc.upload component, but not had any success. Can someone help me understand what to change to the upload doc code to just save it as a dataframe and then use it in another callback?
thanks!