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.
2 parents cadbe15 + bde4c4f commit b5a76f3Copy full SHA for b5a76f3
README.md
@@ -68,7 +68,7 @@ for message in chat.get_history():
68
7. Run the app:
69
70
```bash
71
-$ flask run
+$ flask run --port=8000
72
```
73
74
-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)!
0 commit comments