Skip to content

Commit fa95b4e

Browse files
author
Paul Richards
committed
Prefill Scene Describer with default question
1 parent 2fb72dc commit fa95b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-scene-describer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h1>Scene Describer</h1>
533533
<div class="question-section">
534534
<h3>Ask a Question About the Scene</h3>
535535
<div class="question-input-group">
536-
<input type="text" id="questionInput" placeholder="e.g., How many people are in the frame? What color is the object on the left?">
536+
<input type="text" id="questionInput" value="What is going on in this scene?" placeholder="e.g., How many people are in the frame? What color is the object on the left?">
537537
<button id="askBtn" class="btn btn-secondary">Ask</button>
538538
</div>
539539
</div>

0 commit comments

Comments
 (0)