diff --git a/tutorials/parquet_cesium.qmd b/tutorials/parquet_cesium.qmd index eb70bc8..8596a69 100644 --- a/tutorials/parquet_cesium.qmd +++ b/tutorials/parquet_cesium.qmd @@ -48,11 +48,11 @@ viewof searchGeoPid = Inputs.text({ ``` ```{ojs} -//| echo: false +//| echo: fenced viewof classifyDots = Inputs.button("Color-code by type (sample/site/both)", { value: null, reduce: () => Date.now() -}); +}) ``` ::: {.callout-tip collapse="true"}