python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Modify the setup_vanna
function in vanna_calls.py to use your desired Vanna setup.
You can configure secrets in .streamlit/secrets.toml
and access them in your app using st.secrets.get(...)
.
streamlit run app.py