Skip to content

Commit 868ac33

Browse files
authored
Quick Fix
1 parent a20f22a commit 868ac33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>Gpt4-o Realtime API</h1>
3434
</div>
3535
<div class="input-group">
3636
<label for="session-instructions">System Message</label>
37-
<textarea id="session-instructions" placeholder="Instructions optionnelles pour la session.'" rows="4"></textarea>
37+
<textarea id="session-instructions" placeholder="Instructions optionnelles pour la session." rows="4"></textarea>
3838
</div>
3939
<div class="input-group">
4040
<label for="temperature">Temperature</label>

src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body {
77
display: flex;
88
height: 100vh;
99
margin: 0;
10+
justify-content: center;
1011
}
1112

1213
#received-text-container {

0 commit comments

Comments
 (0)