uumerrr684 commited on
Commit
90a486a
·
verified ·
1 Parent(s): 22e3caf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 <your-repo-url>
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