Skip to content

Commit cc9bf78

Browse files
committed
add placeholder prompts
1 parent c1c6e56 commit cc9bf78

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

js/widgets/sampler.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -524,16 +524,16 @@ function SampleWidget() {
524524
const randomDigit = Math.floor(Math.random() * 10);
525525

526526
const promptList = [
527-
"a",
528-
"b",
529-
"c",
530-
"d",
531-
"e",
532-
"f",
533-
"g",
534-
"h",
535-
"i",
536-
"j"
527+
"Birds chirping in the morning",
528+
"Rain falling on a window",
529+
"Waves crashing on some rocks",
530+
"Cat meowing near a door",
531+
"Dog barking in a park",
532+
"Horse galloping in a field",
533+
"Children laughing at a playground",
534+
"Footsteps walking on wooden floor",
535+
"Car honking on the street",
536+
"Clock ticking in a quiet room"
537537
]
538538

539539
const randomPrompt = promptList[randomDigit]

0 commit comments

Comments
 (0)