ducdatit2002's picture
Upload 5 files
12e4ea8 verified
raw
history blame contribute delete
119 Bytes
### Cài thư viện
```bash
python3 -r requirements.txt
```
### Chạy file streamlit
```bash
streamlit run run.py
```