Spaces:
Runtime error
Runtime error
Commit
·
bac46bf
1
Parent(s):
a9875f5
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;border-width:
|
| 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 {
|