Skip to content

Add experimental built-in Flask app

Compare
Choose a tag to compare
@zainhoda zainhoda released this 16 Jan 03:51
· 514 commits to main since this release
33db008

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