Added a button to copy result. Plus note for password.

This commit is contained in:
2026-01-19 16:47:13 +01:00
parent 5b88979921
commit af7fa0b87e
5 changed files with 80 additions and 3 deletions

1
app.py
View File

@@ -56,3 +56,4 @@ if __name__ == '__main__':
port = int(os.environ.get('PORT', 4444))
debug = os.environ.get('DEBUG', '1') == '1'
app.run(host=host, port=port, debug=debug)