From 9dfa65cec30ee04c859186b3a4af06a7f2984c73 Mon Sep 17 00:00:00 2001 From: Code Terra <76623307+codeterrayt@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:12:22 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fde6ba..5092b80 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This Spam Ham Classifier utilizes Python and Flask to provide predictions on mes - Execute the Flask application: ```bash - python app.py + python main.py ``` - Open your browser and navigate to `http://localhost:{port}` to use the Spam Ham Classifier. @@ -49,7 +49,7 @@ This Spam Ham Classifier utilizes Python and Flask to provide predictions on mes ## File Structure -- `app.py`: Main Flask application file. +- `main.py`: Main Flask application file. - `templates/`: Folder containing HTML templates for the web application. - `static/`: Folder containing static files (CSS, images, etc.).