Brian Watson commited on
Commit ·
3adca05
1
Parent(s): e617050
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -407,14 +407,14 @@ p{
|
|
| 407 |
}
|
| 408 |
</style>
|
| 409 |
<canvas id="cv"></canvas>
|
| 410 |
-
|
| 411 |
<div id="try">
|
| 412 |
-
<input type="text" id="promptInput" placeholder="
|
| 413 |
-
<button id="submitButton" onclick="submitPrompt()">Generate
|
| 414 |
</div>
|
| 415 |
<div id="cont">
|
| 416 |
<div id="images">
|
| 417 |
-
<p>
|
| 418 |
</div>
|
| 419 |
</div>
|
| 420 |
<script>
|
|
|
|
| 407 |
}
|
| 408 |
</style>
|
| 409 |
<canvas id="cv"></canvas>
|
| 410 |
+
|
| 411 |
<div id="try">
|
| 412 |
+
<input type="text" id="promptInput" placeholder="Your prompt">
|
| 413 |
+
<button id="submitButton" onclick="submitPrompt()">Generate</button>
|
| 414 |
</div>
|
| 415 |
<div id="cont">
|
| 416 |
<div id="images">
|
| 417 |
+
<p>Images will appear here</p>
|
| 418 |
</div>
|
| 419 |
</div>
|
| 420 |
<script>
|