diff --git a/tools/np/index.qmd b/tools/np/index.qmd index 1f4d680..8efe69b 100644 --- a/tools/np/index.qmd +++ b/tools/np/index.qmd @@ -3,41 +3,26 @@ title: "" format: html --- +```{=html}
-
+

NumPy Memory Size Calculator

@@ -121,3 +106,4 @@ format: html `Memory size: ${memorySize.toLocaleString()} bytes (${(memorySize / (1024 ** 2)).toFixed(2)} MB)`; } +``` \ No newline at end of file