Files
backgroundremover/templates/index.html
2024-05-01 12:31:54 -04:00

12 lines
292 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Background Remover</title>
</head>
<body>
<form action="/" method="post" enctype="multipart/form-data">
<input type="file" name="file" required>
<input type="submit" value="Upload and Remove Background">
</form>
</body>
</html>