added bot prediction for assessments

This commit is contained in:
2024-09-14 01:50:41 +00:00
parent 45bc62c745
commit cd8f499f97
14 changed files with 698 additions and 22 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ app = create_app()
if __name__ == '__main__':
app.run(debug=True, port=5401)
app.run(debug=True, port=5402)