apohllo commited on
Commit
b1d3211
1 Parent(s): df17aca

Code coloring

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ The model was created by fine-tuning [Herbert base cased](https://huggingface.co
19
 
20
  It is the easiest to use the model with the [Haystack framework](https://haystack.deepset.ai/overview/intro).
21
 
22
- ```
23
  from haystack.document_stores import FAISSDocumentStore
24
  from haystack.retriever import DensePassageRetriever
25
 
 
19
 
20
  It is the easiest to use the model with the [Haystack framework](https://haystack.deepset.ai/overview/intro).
21
 
22
+ ```python
23
  from haystack.document_stores import FAISSDocumentStore
24
  from haystack.retriever import DensePassageRetriever
25