loubnabnl HF staff commited on
Commit
34cd72b
1 Parent(s): 1fd4bf3

Update src/routes/+page.svelte

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -23,7 +23,7 @@
23
  "What is refraction?",
24
  "Explain thermal conductivity",
25
  "What is Newton's first law of motion?",
26
- "How do I make everything uppercase in Python?",
27
  ]
28
 
29
  async function setPrompt(prompt: string) {
 
23
  "What is refraction?",
24
  "Explain thermal conductivity",
25
  "What is Newton's first law of motion?",
26
+ "Implement fib(n) in Python",
27
  ]
28
 
29
  async function setPrompt(prompt: string) {