imseldrith commited on
Commit
8a7906a
·
1 Parent(s): 3825b50

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -1036,6 +1036,7 @@
1036
  }
1037
 
1038
  async function run() {
 
1039
  const msg = document.querySelector("#messageInput");
1040
  const msgText = msg.value;
1041
  const maxTokens = document.querySelector("#maxTokens");
 
1036
  }
1037
 
1038
  async function run() {
1039
+ document.getElementById('messageInput').style.height = 'auto';
1040
  const msg = document.querySelector("#messageInput");
1041
  const msgText = msg.value;
1042
  const maxTokens = document.querySelector("#maxTokens");