Updated the placeholder text for the region input field in index.html to include 'global' as an option. - Added a help link to provide users with information on available regions and models, improving user guidance.

9f698dd6e33622b925d11ca0577a793ec93f7f04

InterestingDarkness <computeridiot999@gmail.com>

1 files changed, +4 -1Ignore whitespace
public/index.html+4 -1
@@ -3275,7 +3275,10 @@
32753275 <!-- Region -->
32763276 <div class="flex-container">
32773277 <label for="vertexai_region" data-i18n="Region">Region:</label>
32783278 <input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., global, us-central1, europe-west1, asia-northeast1">
3279+ <a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations" target="_blank" rel="noopener noreferrer" title="View available regions and models" data-i18n="[title]View available regions and models" class="notes-link">
3280+ <span class="fa-solid fa-circle-question note-link-span"></span>
3281+ </a>
32793282 </div>
32803283
32813284 <!-- Service Account JSON Content -->