Spaces:
Runtime error
Runtime error
<html> | |
<head> | |
<title>Upload file</title> | |
</head> | |
<body> | |
<form action="http://localhost:5000/api/dimension_checker" method="POST" | |
enctype="multipart/form-data"> | |
<input type="file" name="file[]" multiple><br><br> | |
After uploading multiple files, click Submit.<br> | |
<input type="submit" value="Submit"> | |
</form> | |
</body> | |
</html> | |