Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -5
index.html
CHANGED
@@ -83,7 +83,7 @@
|
|
83 |
}
|
84 |
textarea {
|
85 |
resize: vertical;
|
86 |
-
min-height:
|
87 |
}
|
88 |
button {
|
89 |
padding: 1rem 2rem;
|
@@ -182,12 +182,11 @@
|
|
182 |
<body>
|
183 |
<!-- Add toast element after body opening tag -->
|
184 |
<div id="error-toast" class="toast"></div>
|
185 |
-
<div style="text-align: center">
|
186 |
-
<h1>Gemini Voice Chat</h1>
|
187 |
-
|
188 |
|
189 |
-
</div>
|
190 |
<div class="container">
|
|
|
|
|
|
|
191 |
<div class="controls">
|
192 |
<div class="input-group">
|
193 |
<label for="voice">Stimme</label>
|
|
|
83 |
}
|
84 |
textarea {
|
85 |
resize: vertical;
|
86 |
+
min-height: 50px;
|
87 |
}
|
88 |
button {
|
89 |
padding: 1rem 2rem;
|
|
|
182 |
<body>
|
183 |
<!-- Add toast element after body opening tag -->
|
184 |
<div id="error-toast" class="toast"></div>
|
|
|
|
|
|
|
185 |
|
|
|
186 |
<div class="container">
|
187 |
+
<div style="text-align: center">
|
188 |
+
<h1>Gemini Voice Chat</h1>
|
189 |
+
</div>
|
190 |
<div class="controls">
|
191 |
<div class="input-group">
|
192 |
<label for="voice">Stimme</label>
|