Spaces:
Runtime error
Runtime error
| <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> | |