yizhangliu commited on
Commit
f9eb790
1 Parent(s): 3f1b69f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ start_work = """async() => {
87
  window['chat_bot'].children[2].style.height = new_height;
88
  window['chat_bot1'].style.height = new_height;
89
  window['chat_bot1'].children[2].style.height = new_height;
90
- prompt_row,children[0].style.width = '100%';
91
- prompt_row,children[0].style.flex = 'auto';
92
 
93
  window['checkChange'] = function checkChange() {
94
  try {
 
87
  window['chat_bot'].children[2].style.height = new_height;
88
  window['chat_bot1'].style.height = new_height;
89
  window['chat_bot1'].children[2].style.height = new_height;
90
+ prompt_row.children[0].style.flex = 'auto';
91
+ prompt_row.children[0].style.width = '100%';
92
 
93
  window['checkChange'] = function checkChange() {
94
  try {