jbilcke-hf HF staff commited on
Commit
f2b75e7
1 Parent(s): 3399025

better explanations

Browse files
Files changed (1) hide show
  1. public/index.html +2 -2
public/index.html CHANGED
@@ -19,8 +19,8 @@
19
  <div
20
  class="py-2 space-y-4 text-stone-600 transition-all delay-150 ease-in-out"
21
  :class="open ? 'md:text-lg lg:text-xl' : 'text-2xl'">
22
- <p>A Hugging Face space to generate web applications using a local LLM (WizardCoder).</p>
23
- <p>No 3rd party service or token needed: feel free to duplicate and create interesting forks of this space 🔧</p>
24
  </div>
25
  <textarea
26
  name="draft"
 
19
  <div
20
  class="py-2 space-y-4 text-stone-600 transition-all delay-150 ease-in-out"
21
  :class="open ? 'md:text-lg lg:text-xl' : 'text-2xl'">
22
+ <p>A space to generate web content with OpenAssistant using the Inference API.</p>
23
+ <p>Feel free to duplicate and create interesting forks 🔧</p>
24
  </div>
25
  <textarea
26
  name="draft"