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 -1Showing whitespace changes
public/index.html+1 -1
@@ -3281,7 +3281,7 @@
32813281 <!-- Service Account JSON Content -->
32823282 <div class="flex-container flexFlowColumn">
32833283 <label for="vertexai_service_account_json" data-i18n="Service Account JSON Content">Service Account JSON Content:</label>
32843284 <textarea id="vertexai_service_account_json" class="text_pole textarea_compact" rows="84" placeholder='Paste your Service Account JSON content here, e.g.:
32853285{
32863286 "type": "service_account",
32873287 "project_id": "your-project-id",