mirror of
https://github.com/Sneed-Group/scuregpt
synced 2024-12-23 10:42:27 -06:00
Update index.html
This commit is contained in:
parent
156f9f3223
commit
f89d1748ad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<div id="navBar">
|
||||
<div id="gptResponse"></div>
|
||||
<input id="txt" placeholder="Put the request here" name="url" type="text" onkeypress="clickPress(event)" />
|
||||
<input id="txt" placeholder="Put the request here" name="url" type="text"/>
|
||||
<button onclick="go(document.getElementById('txt').value); return false;" id="goBtn">✅</button>
|
||||
<script>
|
||||
function go(q) {
|
||||
|
|
Loading…
Reference in a new issue