Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
·
a9875f5
1
Parent(s):
1d42b45
Update app.py
Browse files
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;')
|
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: 2px !important;')
|
99 |
|
100 |
window['checkChange'] = function checkChange() {
|
101 |
try {
|