Skip to content

Commit

Permalink
Merge pull request woutervdijke#12 from HTahboub/master
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervdijke authored Feb 10, 2023
2 parents 9267879 + f2dda45 commit 83f3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>CatGPT</h1>
<div id="input-area">
<div id="input-container">
<form id="form">
<input type="text" placeholder="Type your message here" id="user-input" />
<input type="text" placeholder="Type your message here" id="user-input" autocomplete="off" />
</form>
<a><i class="fas fa-paper-plane"></i></a>

Expand Down

0 comments on commit 83f3cf7

Please sign in to comment.