cfahlgren1 HF staff commited on
Commit
08f0bdc
1 Parent(s): fb60bd2

update content

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +3 -3
src/routes/+page.svelte CHANGED
@@ -75,8 +75,8 @@
75
  </script>
76
 
77
  <div class="flex my-20 flex-col items-center gap-4 max-w-lg mx-auto">
78
- <h1 class="text-center font-mono font-bold text-4xl">Mini Playground</h1>
79
- <p class="text-center font-mono text-sm mb-4">Powered by `{selectedModel}`</p>
80
  <Textarea
81
  bind:value={inputText}
82
  on:input={() => {
@@ -86,7 +86,7 @@
86
  }}
87
  disabled={isLoading}
88
  class="w-full"
89
- placeholder="Enter your prompt here"
90
  />
91
  <pre class="text-lg whitespace-pre-wrap">{outputText}</pre>
92
  {#if isLoading}
 
75
  </script>
76
 
77
  <div class="flex my-20 flex-col items-center gap-4 max-w-lg mx-auto">
78
+ <h1 class="text-center font-mono font-bold text-4xl">SmolLM 🤗</h1>
79
+ <p class="text-center font-mono text-sm mb-4">Powered by {selectedModel}</p>
80
  <Textarea
81
  bind:value={inputText}
82
  on:input={() => {
 
86
  }}
87
  disabled={isLoading}
88
  class="w-full"
89
+ placeholder="Say something..."
90
  />
91
  <pre class="text-lg whitespace-pre-wrap">{outputText}</pre>
92
  {#if isLoading}