--- license: mit sdk: streamlit emoji: 😻 colorFrom: red colorTo: red --- # LLama Index Q&A Assistant This is a Streamlit application that uses llama-index with Hugging Face models to provide a Q&A assistant. ## How to Run Locally Install the dependencies: ```bash pip install -r requirements.txt