jbilcke-hf HF staff commited on
Commit
b89e77c
β€’
1 Parent(s): 127c53d

UI improvements

Browse files
Files changed (1) hide show
  1. public/index.html +5 -4
public/index.html CHANGED
@@ -25,11 +25,11 @@
25
  <div
26
  class="py-1 md:py-2 space-y-2 md:space-y-4 text-stone-600 transition-all delay-150 ease-in-out"
27
  :class="open
28
- ? 'text-lg md:text-xl lg:text-2xl'
29
- : 'text-lg md:text-xl lg:text-2xl'"
30
  >
31
- <p>A space to generate tiny web apps. Try running the examples multiple times!</p>
32
- <p>Running on πŸ€— Inference Endpoints.</p>
33
  </div>
34
  <textarea
35
  name="promptDraft"
@@ -61,6 +61,7 @@
61
  WizardCoder-15B-1.0
62
  </a>
63
  </p>
 
64
  <p class="py-3 text-stone-700" x-show="state === 'loading'">
65
  Waiting for the stream to begin (might take a few minutes)..
66
  </p>
 
25
  <div
26
  class="py-1 md:py-2 space-y-2 md:space-y-4 text-stone-600 transition-all delay-150 ease-in-out"
27
  :class="open
28
+ ? 'text-lg lg:text-xl'
29
+ : 'text-lg lg:text-xl'"
30
  >
31
+ <p>A space to generate tiny web apps.</p>
32
+ <p>Try running the examples multiple times!</p>
33
  </div>
34
  <textarea
35
  name="promptDraft"
 
61
  WizardCoder-15B-1.0
62
  </a>
63
  </p>
64
+ <p>Powered by πŸ€— <a href="https://huggingface.co/inference-endpoints" class="underline" target="_blank">Inference Endpoints</a>.</p>
65
  <p class="py-3 text-stone-700" x-show="state === 'loading'">
66
  Waiting for the stream to begin (might take a few minutes)..
67
  </p>