Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codeterrayt authored Jan 28, 2024
1 parent 2f012a3 commit 9dfa65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.).

Expand Down

0 comments on commit 9dfa65c

Please sign in to comment.