Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 342 Bytes

Simplified Vanna Streamlit App

Chat with your database using Streamlit and Vanna.

Installation

Virtual environment is recommended.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

Make sure to modify the Vanna setup in the app.py file.

streamlit run app.py