kz209 commited on
Commit
e302f12
1 Parent(s): f253a0d

change markdown to html

Browse files
Files changed (1) hide show
  1. pages/batch_evaluation.py +3 -3
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
- {markdown.markdown(dialogue)}
31
  </div>
32
  <div style="width: 30%;">
33
  <h3>Summary</h3>
34
- {markdown.markdown(summary)}
35
  </div>
36
  <div style="width: 30%;">
37
  <h3>Response</h3>
38
- {markdown.markdown(response)}
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>