boazchung commited on
Commit
4061877
·
verified ·
1 Parent(s): b49067d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -0
index.html CHANGED
@@ -19,6 +19,13 @@
19
  </div>
20
  <br/><br/><br/><br/><br/>
21
  <form id="hf-form">
 
 
 
 
 
 
 
22
  <div>
23
  <label for="hf-token">Hugging Face Token (optional but limited if absent)</label>
24
  <input
 
19
  </div>
20
  <br/><br/><br/><br/><br/>
21
  <form id="hf-form">
22
+ <!-- Hidden username field for accessibility -->
23
+ <input
24
+ type="text"
25
+ style="display:none;" <!-- Hidden from view -->
26
+ autocomplete="username" <!-- Helps password managers -->
27
+ value="user" <!-- Dummy value, change as needed -->
28
+ />
29
  <div>
30
  <label for="hf-token">Hugging Face Token (optional but limited if absent)</label>
31
  <input