Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
a06cd10
1
Parent(s):
bd600d5
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,8 @@ start_work = """async() => {
|
|
72 |
|
73 |
page1.style.display = "none";
|
74 |
page2.style.display = "block";
|
75 |
-
window['gradioEl'].querySelectorAll('#component-
|
|
|
76 |
|
77 |
window['div_count'] = 0;
|
78 |
window['chat_bot'] = window['gradioEl'].querySelectorAll('#chat_bot')[0];
|
|
|
72 |
|
73 |
page1.style.display = "none";
|
74 |
page2.style.display = "block";
|
75 |
+
window['gradioEl'].querySelectorAll('#component-1')[0].style.display = "none";
|
76 |
+
window['gradioEl'].querySelectorAll('#component-2')[0].style.display = "none";
|
77 |
|
78 |
window['div_count'] = 0;
|
79 |
window['chat_bot'] = window['gradioEl'].querySelectorAll('#chat_bot')[0];
|