Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
•
e302f12
1
Parent(s):
f253a0d
change markdown to html
Browse files
pages/batch_evaluation.py
CHANGED
@@ -27,15 +27,15 @@ def display_results(response_list):
|
|
27 |
<div style="display: flex; justify-content: space-between;">
|
28 |
<div style="width: 30%;">
|
29 |
<h3>Dialogue</h3>
|
30 |
-
{
|
31 |
</div>
|
32 |
<div style="width: 30%;">
|
33 |
<h3>Summary</h3>
|
34 |
-
{
|
35 |
</div>
|
36 |
<div style="width: 30%;">
|
37 |
<h3>Response</h3>
|
38 |
-
{
|
39 |
</div>
|
40 |
</div>
|
41 |
</details>
|
|
|
27 |
<div style="display: flex; justify-content: space-between;">
|
28 |
<div style="width: 30%;">
|
29 |
<h3>Dialogue</h3>
|
30 |
+
{dialogue}
|
31 |
</div>
|
32 |
<div style="width: 30%;">
|
33 |
<h3>Summary</h3>
|
34 |
+
{summary}
|
35 |
</div>
|
36 |
<div style="width: 30%;">
|
37 |
<h3>Response</h3>
|
38 |
+
{response}
|
39 |
</div>
|
40 |
</div>
|
41 |
</details>
|