Skip to content

Commit e17b287

Browse files
committed
Update index.html
1 parent d3988b7 commit e17b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="text-4xl font-bold mb-10">Image Generator</h1>
2424
<div class="bg-white shadow-md rounded-lg px-8 pt-6 pb-8 mb-4 flex flex-col my-2">
2525
<div class="mb-4 flex flex-col gap-2">
2626
<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" />
27+
<input type="text" id="api" class="input-style apiDiv" placeholder="Enter your OpenAI API key here" />
2828
<label for="text" class="text-gray-600">Description or Keyword</label>
2929
<textarea id="text" class="input-style"
3030
placeholder="Enter a short description of the image or a keyword"></textarea>

0 commit comments

Comments
 (0)