We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f012a3 commit 9dfa65cCopy full SHA for 9dfa65c
README.md
@@ -34,7 +34,7 @@ This Spam Ham Classifier utilizes Python and Flask to provide predictions on mes
34
- Execute the Flask application:
35
36
```bash
37
- python app.py
+ python main.py
38
```
39
40
- 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
49
50
## File Structure
51
52
-- `app.py`: Main Flask application file.
+- `main.py`: Main Flask application file.
53
- `templates/`: Folder containing HTML templates for the web application.
54
- `static/`: Folder containing static files (CSS, images, etc.).
55
0 commit comments