App.py file Running problem

Problem description:

python3 main.py /nix/store/xf54733x4chbawkh1qvy9i1i4mlsc y1c-python3-3.10.11/bin/python3: can't o pen file '/home/runner/Python/main.py': [Errno 2] No such file or directory

My file name app.py but show this issue when I run
exit status 2

Expected behavior:

Actual behavior:

Steps to reproduce:

Bug appears at this link:

Browser:
OS:
Device (Android, iOS, NA leave blank):
Desktop app version (Avatar menu->“Version”) or NA:
Plan (Free, Hacker, Pro Plan):

Hey @manisidhu62859!

Just click the next to “Files” then click “Show hidden files”. Next click on the .replit file and finally you can change the entrypoint to whatever file you want to run.

Images

Dots

Show hidden files

edited

You should also see the docs on how to configure a Repl: https://docs.replit.com/programming-ide/configuring-repl

And if you want to run the last edited file, take a look at this post: