Update README.md
Browse files
README.md
CHANGED
|
@@ -59,9 +59,10 @@ This Streamlit app calculates the **semantic similarity** between two sentences
|
|
| 59 |
|
| 60 |
```bash
|
| 61 |
# Clone the repository
|
| 62 |
-
git clone
|
| 63 |
cd semantic-similarity-explainer
|
| 64 |
|
|
|
|
| 65 |
# Install dependencies
|
| 66 |
pip install -r requirements.txt
|
| 67 |
|
|
|
|
| 59 |
|
| 60 |
```bash
|
| 61 |
# Clone the repository
|
| 62 |
+
git clone https://github.com/Umer-K/semantic-similarity-explainer.git
|
| 63 |
cd semantic-similarity-explainer
|
| 64 |
|
| 65 |
+
|
| 66 |
# Install dependencies
|
| 67 |
pip install -r requirements.txt
|
| 68 |
|