mirror of
https://github.com/SkalaraAI/management-llm.git
synced 2025-04-16 02:10:16 -04:00
15 lines
350 B
HTML
15 lines
350 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Quickstart</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h3>Name your task</h3>
|
|
<form action="/" method="post">
|
|
<input type="text" name="task_form" placeholder="Enter a task" required />
|
|
<input type="submit" value="Generate subtasks" />
|
|
</form>
|
|
{% if result %}
|
|
<div class="result">{{ result }}</div>
|
|
{% endif %}
|
|
</body> |