Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
@@ -34,9 +34,11 @@
|
|
34 |
<div id="initial-setup-cta" class="hidden flex-col items-center justify-center text-slate-300 text-lg p-4 space-y-6">
|
35 |
<!-- This div will be shown by script.js in the initial state -->
|
36 |
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Google_Gemini_logo.svg/2560px-Google_Gemini_logo.svg.png" alt="Gemini Logo" id="gemini-logo-initial-cta">
|
37 |
-
<div>
|
38 |
-
<input type="password" id="initial-api-key-input" class="futuristic-input w-
|
39 |
-
|
|
|
|
|
40 |
<a href="https://ai.studio.google.com/app/apikey" target="_blank" rel="noopener noreferrer" class="text-cyan-400 hover:text-cyan-300 underline">
|
41 |
Get your Gemini API Key from Google AI Studio
|
42 |
</a>
|
|
|
34 |
<div id="initial-setup-cta" class="hidden flex-col items-center justify-center text-slate-300 text-lg p-4 space-y-6">
|
35 |
<!-- This div will be shown by script.js in the initial state -->
|
36 |
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Google_Gemini_logo.svg/2560px-Google_Gemini_logo.svg.png" alt="Gemini Logo" id="gemini-logo-initial-cta">
|
37 |
+
<div class="w-full flex justify-center">
|
38 |
+
<input type="password" id="initial-api-key-input" class="futuristic-input w-[70%] text-sm" placeholder="Enter your Gemini API Key">
|
39 |
+
</div>
|
40 |
+
<div class="w-full flex justify-center text-center">
|
41 |
+
<p class="text-xs text-slate-400 mt-1">
|
42 |
<a href="https://ai.studio.google.com/app/apikey" target="_blank" rel="noopener noreferrer" class="text-cyan-400 hover:text-cyan-300 underline">
|
43 |
Get your Gemini API Key from Google AI Studio
|
44 |
</a>
|