Skip to content

Commit 9dfa65c

Browse files
authored
Update README.md
1 parent 2f012a3 commit 9dfa65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Spam Ham Classifier utilizes Python and Flask to provide predictions on mes
3434
- Execute the Flask application:
3535

3636
```bash
37-
python app.py
37+
python main.py
3838
```
3939

4040
- 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
4949

5050
## File Structure
5151

52-
- `app.py`: Main Flask application file.
52+
- `main.py`: Main Flask application file.
5353
- `templates/`: Folder containing HTML templates for the web application.
5454
- `static/`: Folder containing static files (CSS, images, etc.).
5555

0 commit comments

Comments
 (0)