- add generate_data_commitment.ipynb for data providers to commit to data
- change template.ipynb
- support commitment and selected columns
- print srs path. need to copy the srs from the path under `assets/out`
to make verifyProof work
- modify page.tsx to work with generated data
In ezkl rust/python 7.0, srs no longer needed as an input when verifying
a proof. However, ezkljs API still requires us to feed srs when verifying.
`kzg{logrows}.srs` under ~/.ezkl should be used.