Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ LeadGenAI is a Streamlit-based application that empowers users to generate leads
|
|
| 51 |
pip install -r requirements.txt
|
| 52 |
```
|
| 53 |
`requirements.txt` should contain the following:
|
| 54 |
-
```
|
| 55 |
streamlit==1.26.0
|
| 56 |
pandas==2.0.3
|
| 57 |
fpdf==1.7.2
|
|
|
|
| 51 |
pip install -r requirements.txt
|
| 52 |
```
|
| 53 |
`requirements.txt` should contain the following:
|
| 54 |
+
```bash
|
| 55 |
streamlit==1.26.0
|
| 56 |
pandas==2.0.3
|
| 57 |
fpdf==1.7.2
|