Skip to content

Commit

Permalink
Specify where to get API key from
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiroyce1 committed Dec 24, 2023
1 parent 8416e9e commit 7071022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Gemini Pro Vision</h1>
</div>
<div class="right">
<select id="cameraSelect"></select><br>
<input type="password" id="api" placeholder="API_KEY">
<input type="password" id="api" placeholder="Enter API key (get it from ai.google.dev)">
<textarea id="prompt" placeholder="Enter prompt here" rows="4" cols="40"></textarea><br>
<button>Analyze Image</button>
</div>
Expand Down

0 comments on commit 7071022

Please sign in to comment.