Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ LeadGenAI is a Streamlit-based application that empowers users to generate leads
|
|
| 37 |
|
| 38 |
1. **Clone the Repository:**
|
| 39 |
```bash
|
| 40 |
-
git clone https://
|
| 41 |
```
|
| 42 |
|
| 43 |
2. **Create a Virtual Environment (Recommended):**
|
|
@@ -52,12 +52,10 @@ LeadGenAI is a Streamlit-based application that empowers users to generate leads
|
|
| 52 |
```
|
| 53 |
`requirements.txt` should contain the following:
|
| 54 |
```
|
| 55 |
-
streamlit
|
| 56 |
-
pandas
|
| 57 |
-
fpdf
|
| 58 |
ibm-watsonx-ai
|
| 59 |
-
sqlite3
|
| 60 |
-
json
|
| 61 |
```
|
| 62 |
|
| 63 |
4. **IBM Watsonx Credentials:**
|
|
|
|
| 37 |
|
| 38 |
1. **Clone the Repository:**
|
| 39 |
```bash
|
| 40 |
+
git clone https://huggingface.co/spaces/mmfarabi/LeadGenAI
|
| 41 |
```
|
| 42 |
|
| 43 |
2. **Create a Virtual Environment (Recommended):**
|
|
|
|
| 52 |
```
|
| 53 |
`requirements.txt` should contain the following:
|
| 54 |
```
|
| 55 |
+
streamlit==1.26.0
|
| 56 |
+
pandas==2.0.3
|
| 57 |
+
fpdf==1.7.2
|
| 58 |
ibm-watsonx-ai
|
|
|
|
|
|
|
| 59 |
```
|
| 60 |
|
| 61 |
4. **IBM Watsonx Credentials:**
|