Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -409,7 +409,7 @@ button:hover {
|
|
409 |
<div class="container">
|
410 |
<h1>Aiconvert.online </h1>
|
411 |
|
412 |
-
<div id="cont">
|
413 |
|
414 |
|
415 |
<input type="text" id="prompt" name="prompt"placeholder="Enter Text Idea">
|
@@ -418,7 +418,7 @@ button:hover {
|
|
418 |
|
419 |
</div>
|
420 |
<div>
|
421 |
-
<button id="generatePrompts" onclick="generatePrompts()">Generate Prompts</button>
|
422 |
|
423 |
</div>
|
424 |
<br>
|
|
|
409 |
<div class="container">
|
410 |
<h1>Aiconvert.online </h1>
|
411 |
|
412 |
+
<div id="cont"style="display:none;">
|
413 |
|
414 |
|
415 |
<input type="text" id="prompt" name="prompt"placeholder="Enter Text Idea">
|
|
|
418 |
|
419 |
</div>
|
420 |
<div>
|
421 |
+
<button id="generatePrompts"style="display:none;" onclick="generatePrompts()">Generate Prompts</button>
|
422 |
|
423 |
</div>
|
424 |
<br>
|