NCTCMumbai
commited on
Commit
•
1e1e705
1
Parent(s):
4945599
Update templates/template_html.j2
Browse files
templates/template_html.j2
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
<h2>Prompt</h2>
|
68 |
Below is the prompt that is given to the model. <hr>
|
69 |
<h2>Instructions</h2>
|
70 |
-
<span class="instructions">Use the following pieces of context to answer the question at the end.<br>
|
71 |
<h2>Context</h2>
|
72 |
{% for doc in documents %}
|
73 |
<details class="doc-box">
|
|
|
67 |
<h2>Prompt</h2>
|
68 |
Below is the prompt that is given to the model. <hr>
|
69 |
<h2>Instructions</h2>
|
70 |
+
<span class="instructions">Use the following pieces of context to answer the question at the end.<br> <span style="font-weight: bold;"> </span></span><br>
|
71 |
<h2>Context</h2>
|
72 |
{% for doc in documents %}
|
73 |
<details class="doc-box">
|