File size: 119 Bytes
12e4ea8 |
1 2 3 4 5 6 7 8 |
### Cài thư viện
```bash
python3 -r requirements.txt
```
### Chạy file streamlit
```bash
streamlit run run.py
``` |
12e4ea8 |
1 2 3 4 5 6 7 8 |
### Cài thư viện
```bash
python3 -r requirements.txt
```
### Chạy file streamlit
```bash
streamlit run run.py
``` |