I’m trying to read image/text files from another folder to display in the app. It worked perfectly fine locally and I uploaded all the files into my repo. However, when it’s deployed, I get errors :
FileNotFoundError: [Errno 2] No such file or directory:
'./dashboard/remote_paths.txt'
App: https://grounded-edit-training.streamlit.app/
GitHub repo: grounded-edit/playground/training_data_dashboard.py at main · anya-ji/grounded-edit · GitHub
Python version 3.10
What did I do wrong?