yizhangliu commited on
Commit
1d42b45
1 Parent(s): eec1fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -95,7 +95,8 @@ start_work = """async() => {
95
  window['chat_bot1'].children[2].style.height = new_height;
96
  prompt_row.children[0].style.flex = 'auto';
97
  prompt_row.children[0].style.width = '100%';
98
-
 
99
  window['checkChange'] = function checkChange() {
100
  try {
101
  if (window['chat_bot'].children[2].children[0].children.length > window['div_count']) {
 
95
  window['chat_bot1'].children[2].style.height = new_height;
96
  prompt_row.children[0].style.flex = 'auto';
97
  prompt_row.children[0].style.width = '100%';
98
+ prompt_row.children[0].setAttribute('style','flex-direction: inherit; flex: 1 1 auto; width: 100%;border-color: green;')
99
+
100
  window['checkChange'] = function checkChange() {
101
  try {
102
  if (window['chat_bot'].children[2].children[0].children.length > window['div_count']) {