Initial commit.

This commit is contained in:
evazion
2022-06-20 23:33:27 -05:00
commit 55d343cd3d
14 changed files with 3818 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<body>
<form action="/evaluate" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="hidden" name="threshold" min="0" max="1" step="0.1" value="0.01">
<input type="hidden" name="limit" value="100">
<input type="submit" value="Submit">
</form>
</body>
</html>