Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for message in chat.get_history():
7. Run the app:

```bash
$ flask run
$ flask run --port=8000
```

You should now be able to access the app from your browser at the following URL: [http://localhost:5000](http://localhost:5000)!
You should now be able to access the app from your browser at the following URL: [http://localhost:8000](http://localhost:8000)!