# vanna-streamlit **Repository Path**: wuhaohua1314/vanna-streamlit ## Basic Information - **Project Name**: vanna-streamlit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-24 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vanna.AI Streamlit App Screenshot 2023-06-23 at 3 49 45 PM # Install ```bash python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` # Configure Modify the `setup_vanna` function in [vanna_calls.py](./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(...)`. # Run ```bash streamlit run app.py ``` ## License [MIT](https://choosealicense.com/licenses/mit/)