Hi @Watson_Silva. For the local you mentioned the path some thing in your system. But when you are deploying on the cloud, you need to maintain a folder in your GitHub that what do you need and add that path in your code. Also cloud is based debian os.
For example, if you have a requirements.txt file in the following location of your system:-
C:/users/xx/requirements.txt
If you want to use that requirements.txt file then in your GitHub account then that requirement.txt file should in the root directory as follows:-
Waston_Silva
- requirements.txt
- app.py
- xxx
I hope you understood things. Feel free to ask if you have any further information.