owenkaplinsky commited on
Commit
86d2cd8
·
verified ·
1 Parent(s): baa311d

Update project/src/index.html

Browse files
Files changed (1) hide show
  1. project/src/index.html +2 -3
project/src/index.html CHANGED
@@ -250,7 +250,7 @@
250
 
251
  <label for="welcomeHfKeyInput"
252
  style="display: block; margin-bottom: 10px; color: #666; font-size: 14px; font-weight: 500;">Hugging Face API
253
- Key:</label>
254
  <input type="password" id="welcomeHfKeyInput"
255
  style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; box-sizing: border-box; margin-bottom: 5px;"
256
  placeholder="hf_...">
@@ -282,8 +282,7 @@
282
  <p style="margin: 0 0 20px 0; color: #27ae60; font-size: 12px; font-weight: 500;">🎉 Using a free OpenAI API key. Only Hugging Face key needed below if deploying.</p>
283
 
284
  <label for="hfKeyInput"
285
- style="display: block; margin-bottom: 10px; color: #666; font-size: 14px; font-weight: 500;">Hugging Face API
286
- Key (suggested):</label>
287
  <input type="password" id="hfKeyInput"
288
  style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; box-sizing: border-box; margin-bottom: 5px;"
289
  placeholder="hf_...">
 
250
 
251
  <label for="welcomeHfKeyInput"
252
  style="display: block; margin-bottom: 10px; color: #666; font-size: 14px; font-weight: 500;">Hugging Face API
253
+ Key (suggested):</label>
254
  <input type="password" id="welcomeHfKeyInput"
255
  style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; box-sizing: border-box; margin-bottom: 5px;"
256
  placeholder="hf_...">
 
282
  <p style="margin: 0 0 20px 0; color: #27ae60; font-size: 12px; font-weight: 500;">🎉 Using a free OpenAI API key. Only Hugging Face key needed below if deploying.</p>
283
 
284
  <label for="hfKeyInput"
285
+ style="display: block; margin-bottom: 10px; color: #666; font-size: 14px; font-weight: 500;">Hugging Face API Key (suggested):</label>
 
286
  <input type="password" id="hfKeyInput"
287
  style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; box-sizing: border-box; margin-bottom: 5px;"
288
  placeholder="hf_...">