Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
afdf877
1
Parent(s):
e16bd9c
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ start_work = """async() => {
|
|
193 |
var bot_div = document.createElement("div");
|
194 |
bot_div.className = "px-3 py-2 rounded-[22px] rounded-bl-none place-self-start text-white text-sm chat-message svelte-rct66g";
|
195 |
bot_div.style.backgroundColor = "#2563eb";
|
196 |
-
bot_div.style.width = "
|
197 |
bot_div.style.padding = "0.2rem";
|
198 |
bot_div.appendChild(imgs[0].cloneNode(true));
|
199 |
window['chat_bot1'].children[2].children[0].appendChild(bot_div);
|
|
|
193 |
var bot_div = document.createElement("div");
|
194 |
bot_div.className = "px-3 py-2 rounded-[22px] rounded-bl-none place-self-start text-white text-sm chat-message svelte-rct66g";
|
195 |
bot_div.style.backgroundColor = "#2563eb";
|
196 |
+
bot_div.style.width = "80%";
|
197 |
bot_div.style.padding = "0.2rem";
|
198 |
bot_div.appendChild(imgs[0].cloneNode(true));
|
199 |
window['chat_bot1'].children[2].children[0].appendChild(bot_div);
|