Sorry, no data to show
document.addEventListener('DOMContentLoaded', () => { setTimeout(function () { const textareaElement = document.querySelector('.ps-tagging-textarea'); if (textareaElement) { textareaElement.placeholder += " (This is not AI. Click 'Launch App' to use AI.)"; } }, 0); });