From 72d8d67c7fa98015c92303fd609ca13cd87c54c2 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 20 May 2024 21:52:41 +0200 Subject: [PATCH] Add warning about backup --- public/chat/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/chat/index.html b/public/chat/index.html index 602ff45e..7ba0f73c 100644 --- a/public/chat/index.html +++ b/public/chat/index.html @@ -904,7 +904,7 @@

Welcome to BioImage.IO Chatbot

info.classList.add("alert") info.classList.add("alert-info") info.role = "alert" - info.innerHTML = `Info: The code interpreter runs entirely in-browser. Mounted data stays in-browser, won't be uploaded to any server. Code execution results, like print messages, are sent to the chat server.` + info.innerHTML = `Info: The code interpreter runs entirely in-browser. Mounted data stays in-browser, won't be uploaded to any server. Code execution results, like print messages, are sent to the chat server. WARNING: Please ALWAYS keep a backup before mounting your data folder.` $('#chat1 .chat-dialog-header').after(info) } $('#console-btn').show()