After using the example from the docs, for dcc.Upload, I am able to save the csv file in my project directory by using to_csv(location2), location2 is a file st
to_csv(location2)