Spaces:
Runtime error
Runtime error
Update app.py file
Browse files
app.py
CHANGED
|
@@ -384,7 +384,7 @@ js_code = """
|
|
| 384 |
{
|
| 385 |
type: "toggleChat",
|
| 386 |
},
|
| 387 |
-
"
|
| 388 |
);
|
| 389 |
|
| 390 |
const chatbox = document.getElementById('component-2');
|
|
|
|
| 384 |
{
|
| 385 |
type: "toggleChat",
|
| 386 |
},
|
| 387 |
+
"*"
|
| 388 |
);
|
| 389 |
|
| 390 |
const chatbox = document.getElementById('component-2');
|