Add experimental built-in Flask app
What's Changed
This release allows you to launch the Flask app within a Jupyter notebook (or any other Python environment). Critically this works within Colab so you can get a quick POC with a UI up and running without having to clone a repo.
from vanna.flask import VannaFlaskApp
VannaFlaskApp(vn).run()
Full Changelog: v0.0.31...v0.0.32