yizhangliu commited on
Commit
bac46bf
1 Parent(s): a9875f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ 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
- prompt_row.children[0].setAttribute('style','flex-direction: inherit; flex: 1 1 auto; width: 100%;border-color: green;border-width: 2px !important;')
99
 
100
  window['checkChange'] = function checkChange() {
101
  try {
 
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;border-width: 1px !important;')
99
 
100
  window['checkChange'] = function checkChange() {
101
  try {