added waitress

This commit is contained in:
2025-02-14 22:50:44 -05:00
parent df63996b57
commit 7453af6b08
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ source .venv/bin/activate
pip install -r requirements.txt
python app.py
```
And that's it! The app should be available at http://localhost:5000
And that's it! The app should be available at http://localhost:5121
## Contributing