Yes, there is an "UPLOAD FILE" button just left of the green RUN button where you can upload files as part of your project. This could be an input file (e.g. input.txt) that you want to read in your program. Using a .txt extension ensures the compiler ignores the file. Other extensions may be tried to be interpreted as source code (feel free to experiment with the extensions if you feel like it).
Good luck!