Spaces:
Running
Running
Update src/routes/+page.svelte
Browse files- 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 |
-
"
|
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) {
|