changed token from html
Browse files- 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="
|
49 |
-
>Enter API
|
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="
|
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
|
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>
|