From 2e1d53c13887052e4254b963234c2d5b518d4e77 Mon Sep 17 00:00:00 2001 From: Fingadumbledore <53864355+Fingadumbledore@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:32:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f9cdea..5a80664 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To run this project, you need: 3. Start the application by running the `app.py` file: ```bash - python app.py + python main.py ``` 4. Open a web browser and go to the URL [http://127.0.0.1:5000/](http://127.0.0.1:5000/). @@ -34,7 +34,7 @@ To run this project, you need: ## File Structure -- `app.py`: The main application that creates the web service using Flask. +- `main.py`: The main application that creates the web service using Flask. - `uploads/`: The directory where uploaded SQLite database files are stored. - `templates/`: The directory containing HTML templates for the web pages. - `static/`: The directory containing static files such as CSS or images.