Spaces:
Runtime error
Runtime error
derek-thomas
commited on
Commit
·
a9243e2
1
Parent(s):
00754c3
Changing yellow to green
Browse files
templates/template_html.j2
CHANGED
@@ -12,7 +12,7 @@ Below is the prompt that is given to the model. <hr>
|
|
12 |
</details>
|
13 |
{% endfor %}
|
14 |
|
15 |
-
<h2>Query</h2> <span style="color:
|
16 |
|
17 |
<style>
|
18 |
.doc-box {
|
|
|
12 |
</details>
|
13 |
{% endfor %}
|
14 |
|
15 |
+
<h2>Query</h2> <span style="color: #2d8100;">{{ query }}</span>
|
16 |
|
17 |
<style>
|
18 |
.doc-box {
|