Python_Project Cài đặt môi trường python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate pip install -r requirements.txt Lệnh run giao diện: streamlit run index.py