LlamaFinetuneGGUF commited on
Commit
35107ad
·
unverified ·
1 Parent(s): eb76765

Update ExamplePrompts.tsx

Browse files
app/components/chat/ExamplePrompts.tsx CHANGED
@@ -5,7 +5,7 @@ const EXAMPLE_PROMPTS = [
5
  { text: 'Build a simple blog using Astro' },
6
  { text: 'Create a cookie consent form using Material UI' },
7
  { text: 'Make a space invaders game' },
8
- { text: 'How do I center a div?' },
9
  ];
10
 
11
  export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
 
5
  { text: 'Build a simple blog using Astro' },
6
  { text: 'Create a cookie consent form using Material UI' },
7
  { text: 'Make a space invaders game' },
8
+ { text: 'Make a Tic Tac Toe game in html, css and js only' },
9
  ];
10
 
11
  export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {