We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3988b7 commit e17b287Copy full SHA for e17b287
index.html
@@ -24,7 +24,7 @@ <h1 class="text-4xl font-bold mb-10">Image Generator</h1>
24
<div class="bg-white shadow-md rounded-lg px-8 pt-6 pb-8 mb-4 flex flex-col my-2">
25
<div class="mb-4 flex flex-col gap-2">
26
<label for="api" class="text-gray-600 apiDiv">OpenAI API Key</label>
27
- <input type="text" id="api" class="input-style" placeholder="Enter your OpenAI API key here" />
+ <input type="text" id="api" class="input-style apiDiv" placeholder="Enter your OpenAI API key here" />
28
<label for="text" class="text-gray-600">Description or Keyword</label>
29
<textarea id="text" class="input-style"
30
placeholder="Enter a short description of the image or a keyword"></textarea>
0 commit comments