coyotte508 commited on
Commit
fdbe768
·
1 Parent(s): 06a4efd
Files changed (1) hide show
  1. index.html +11 -1
index.html CHANGED
@@ -23,6 +23,16 @@
23
  required
24
  class="border rounded p-2"
25
  />
 
 
 
 
 
 
 
 
 
 
26
  <input
27
  id="build-command"
28
  type="text"
@@ -39,7 +49,7 @@
39
  />
40
  <button
41
  type="submit"
42
- class="bg-blue-500 text-white rounded p-2 hover:bg-blue-600"
43
  >
44
  Submit
45
  </button>
 
23
  required
24
  class="border rounded p-2"
25
  />
26
+ <p class="text-sm text-gray-500">
27
+ You can duplicate an example space at
28
+ <a
29
+ href="https://huggingface.co/spaces/coyotte508/static-vite?duplicate=true"
30
+ target="_blank"
31
+ class="text-blue-500 hover:underline"
32
+ >
33
+ https://huggingface.co/spaces/coyotte508/static-vite?duplicate=true
34
+ </a>
35
+ </p>
36
  <input
37
  id="build-command"
38
  type="text"
 
49
  />
50
  <button
51
  type="submit"
52
+ class="bg-blue-500 text-white rounded p-2 hover:bg-blue-600 self-start"
53
  >
54
  Submit
55
  </button>