Skip to content

Commit

Permalink
fixed bug with uxui
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Jun 23, 2024
1 parent 3d8acc1 commit 4b1d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1 class="text-4xl font-extrabold mx-auto lg:text-7xl">
<form method="POST" class="mt-3" onsubmit="GPTResearcher.startResearch(); return false;">
<div class="form-group">
<label for="task" class="agent-question">What would you like me to research next?</label>
<textarea id="task" name="task" class="form-control" required style="height: 6em; padding: 0.5em;"></textarea>
<input id="task" name="task" class="form-control" required></input>
<input type="radio" name="agent" id="autoAgent" value="Auto Agent" checked hidden>
</div>
<div class="form-group">
Expand Down

0 comments on commit 4b1d033

Please sign in to comment.