I have successfully deployed a webapp to Heroku. However, my file IO operations are not happening because Heroku is unable to recognize the files in the folders. My folder structure is: When I use df = pd.read_csv(‘userdata.csv’) all works fine, because this is in the root directory as the main fi…