Skip to content

Commit

Permalink
Add warning about backup
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 20, 2024
1 parent ac196cc commit 72d8d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
info.classList.add("alert")
info.classList.add("alert-info")
info.role = "alert"
info.innerHTML = `<strong>Info:</strong> 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 = `<strong>Info:</strong> 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()
Expand Down

0 comments on commit 72d8d67

Please sign in to comment.