Prav51 commited on
Commit
85c8716
·
verified ·
1 Parent(s): b473ef5

changed token from html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -45,22 +45,22 @@
45
  <label for="text">Create an image from text</label>
46
  <input type="text" id="text" />
47
 
48
- <label for="token"
49
- >Enter API Token:
50
  <span class="hint-icon" id="hint-icon"
51
  ><i class="fas fa-question-circle"></i
52
  ></span>
53
  </label>
54
 
55
  <div class="input-with-icon">
56
- <input type="password" id="token" />
57
  <span class="toggle-password" id="toggle-password">
58
  <i class="fa fa-eye-slash" aria-hidden="true"></i>
59
  </span>
60
  </div>
61
 
62
  <div class="hint-content" id="hint-content">
63
- <h5>Get your API token from Hugging Face:</h5>
64
  <br />
65
  <ol>
66
  <li>
 
45
  <label for="text">Create an image from text</label>
46
  <input type="text" id="text" />
47
 
48
+ <label for="yourKy"
49
+ >Enter API Key:
50
  <span class="hint-icon" id="hint-icon"
51
  ><i class="fas fa-question-circle"></i
52
  ></span>
53
  </label>
54
 
55
  <div class="input-with-icon">
56
+ <input type="password" id="yourKy" />
57
  <span class="toggle-password" id="toggle-password">
58
  <i class="fa fa-eye-slash" aria-hidden="true"></i>
59
  </span>
60
  </div>
61
 
62
  <div class="hint-content" id="hint-content">
63
+ <h5>Get your API Key from Hugging Face:</h5>
64
  <br />
65
  <ol>
66
  <li>