Add Streamlit and uv support for Tollywood RAG Chatbot
Added a Streamlit interface for the Tollywood RAG Chatbot so the app can be run directly in the browser using Streamlit.
Changes include:
Added streamlit_app.py for the Streamlit chat UI Added pyproject.toml and uv.lock for uv support Added requirements.txt Updated README with Streamlit and uv run commands Reused the existing RAG engine and Tollywood knowledge base
Run command:
uv run streamlit run streamlit_app.py or python -m streamlit run streamlit_app.py