mdocekal commited on
Commit
7c69a60
·
verified ·
1 Parent(s): cfe482d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Search results for the target candidate are:
41
  ```
42
 
43
  There is jinja2 template used for training the model:
44
-
45
  {{marked_input_text}}
46
 
47
  {% if search_results | length > 0 %}
@@ -50,4 +50,5 @@ Search results for the target candidate are:
50
  {{r | model_dump_json}}
51
  {%endfor %}
52
  {% endif %}
 
53
 
 
41
  ```
42
 
43
  There is jinja2 template used for training the model:
44
+ ```
45
  {{marked_input_text}}
46
 
47
  {% if search_results | length > 0 %}
 
50
  {{r | model_dump_json}}
51
  {%endfor %}
52
  {% endif %}
53
+ ```
54