Spaces:
Running
Running
Commit
·
6802808
1
Parent(s):
8a7906a
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -1036,7 +1036,7 @@
|
|
1036 |
}
|
1037 |
|
1038 |
async function run() {
|
1039 |
-
document.getElementById('messageInput').style.height =
|
1040 |
const msg = document.querySelector("#messageInput");
|
1041 |
const msgText = msg.value;
|
1042 |
const maxTokens = document.querySelector("#maxTokens");
|
|
|
1036 |
}
|
1037 |
|
1038 |
async function run() {
|
1039 |
+
document.getElementById('messageInput').style.height = "2.5rem";
|
1040 |
const msg = document.querySelector("#messageInput");
|
1041 |
const msgText = msg.value;
|
1042 |
const maxTokens = document.querySelector("#maxTokens");
|