Scientific Computing with Python Projects - Budget App

When you ask for help, it’s much more easier to help you if you also post the link to your project.

Now, I am not sure if this is the issue, but it could work. If you don’t want to try without being sure, please first give the replit link. Otherwise, follow these steps:

  1. Enable showing of hidden files from the three dots menu in the panel that shows the list of files:
    image
  2. Open the .replit file that has just appeared. It is probably something similar:
    image
  3. Change the .replit file, replace the line that has run = "python index.py" with run = "python main.py"
    image

After the change, try running again