├── templates ├── login.html └── chat.html ├── start.sh ├── requirements.txt ├── README.md ├── Dockerfile ├── docker-compose.yml ├── app.py ├── LICENSE └── .gitignore /templates/login.html: -------------------------------------------------------------------------------- 1 |