Skip to content

Commit

Permalink
Update test_interface.html
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Sep 3, 2023
1 parent f2a1996 commit eab94ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>Chat²GPT Test Rig</h1>
<form id="userForm">
<label for="userInput">Enter your message or command:</label><br>
<input type="text" id="userInput" name="userInput" required><br><br>
<textarea id="userInput" name="userInput" rows="4" cols="50" required></textarea><br><br>
<input type="submit" value="Send">
</form>
<div id="responseContainer">
Expand Down

0 comments on commit eab94ff

Please sign in to comment.