NCTCMumbai
commited on
Commit
•
e60d8cf
1
Parent(s):
1d687c9
Update templates/template_html.j2
Browse files
templates/template_html.j2
CHANGED
@@ -72,7 +72,7 @@ Below is the prompt that is given to the model. <hr>
|
|
72 |
{% for doc in documents %}
|
73 |
<details class="doc-box">
|
74 |
<summary>
|
75 |
-
<b>Doc {{ loop.index }}:</b> <span class="doc-short">{{ doc[:
|
76 |
</summary>
|
77 |
<div class="doc-full">{{ doc }}</div>
|
78 |
</details>
|
|
|
72 |
{% for doc in documents %}
|
73 |
<details class="doc-box">
|
74 |
<summary>
|
75 |
+
<b>Doc {{ loop.index }}:</b> <span class="doc-short">{{ doc[:500] }}...</span>
|
76 |
</summary>
|
77 |
<div class="doc-full">{{ doc }}</div>
|
78 |
</details>
|