Spaces:
Runtime error
Runtime error
File size: 301 Bytes
d584940 | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!DOCTYPE html>
<html>
<head><title>Client Portal</title></head>
<body>
<h1>Submit a Task to the AI</h1>
<form action="/submit_task" method="post">
<input type="text" name="goal" placeholder="Enter your goal..." required />
<button type="submit">Submit</button>
</form>
</body>
</html>
|