feat: numpy, pandas support

This commit is contained in:
Timothy J. Baek
2024-05-16 20:25:55 -10:00
parent 6dedf9885f
commit 01a656cc80
21 changed files with 1961 additions and 24 deletions

View File

@@ -327,7 +327,6 @@
};
onMount(() => {
console.log(document.getElementById('sidebar'));
window.setTimeout(() => chatTextAreaElement?.focus(), 0);
const dropZone = document.querySelector('body');