Add constraint highlighting

This commit is contained in:
2026-02-17 17:18:35 -06:00
parent 4df588e09c
commit 6e4ffce49b
3 changed files with 77 additions and 36 deletions

2
app.py
View File

@@ -461,4 +461,4 @@ def presets_delete(ptype: str, name: str):
if __name__ == "__main__":
app.run(debug=True, host="0.0.0.0", port=5000)
app.run(debug=True, host="0.0.0.0", port=5010)