Banso commited on
Commit
2ff3a98
1 Parent(s): 218219d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -79,6 +79,7 @@ print(scores.tolist())
79
 
80
  You can use the [embaas API](https://embaas.io) to encode your input. Get your free API key from [embaas.io](https://embaas.io)
81
 
 
82
  import requests
83
 
84
  url = "https://api.embaas.io/v1/embeddings/"
@@ -95,7 +96,7 @@ data = {
95
  }
96
 
97
  response = requests.post(url, json=data, headers=headers)
98
-
99
 
100
  ## Evaluation Results
101
 
 
79
 
80
  You can use the [embaas API](https://embaas.io) to encode your input. Get your free API key from [embaas.io](https://embaas.io)
81
 
82
+ ```python
83
  import requests
84
 
85
  url = "https://api.embaas.io/v1/embeddings/"
 
96
  }
97
 
98
  response = requests.post(url, json=data, headers=headers)
99
+ ```
100
 
101
  ## Evaluation Results
102