Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
7b09fec
1
Parent(s):
c5569a2
Update app.py
Browse files
app.py
CHANGED
@@ -88,9 +88,9 @@ start_work = """async() => {
|
|
88 |
window['div_count'] = chat_bot.children[2].children[0].children.length;
|
89 |
}
|
90 |
if (window['chat_bot'].children[0].children.length > 1) {
|
91 |
-
window['
|
92 |
} else {
|
93 |
-
window['
|
94 |
}
|
95 |
|
96 |
} catch(e) {
|
|
|
88 |
window['div_count'] = chat_bot.children[2].children[0].children.length;
|
89 |
}
|
90 |
if (window['chat_bot'].children[0].children.length > 1) {
|
91 |
+
window['chat_bot1'].children[1].textContent = window['chat_bot'].children[0].children[1].textContent;
|
92 |
} else {
|
93 |
+
window['chat_bot1'].children[1].textContent = '';
|
94 |
}
|
95 |
|
96 |
} catch(e) {
|