Reduced the number of rows in the textarea for Service Account JSON input in index.html

55af19e70b774df1012693314cd9e2ed68af2ac2

InterestingDarkness <computeridiot999@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/index.html+1 -1
@@ -3281,7 +3281,7 @@
3281 <!-- Service Account JSON Content -->3281 <!-- Service Account JSON Content -->
3282 <div class="flex-container flexFlowColumn">3282 <div class="flex-container flexFlowColumn">
3283 <label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label>3283 <label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label>
3284 <textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="8" placeholder='Paste your Service Account JSON content here, e.g.:3284 <textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="4" placeholder='Paste your Service Account JSON content here, e.g.:
3285{3285{
3286 "type": "service_account",3286 "type": "service_account",
3287 "project_id": "your-project-id",3287 "project_id": "your-project-id",