luulinh90s commited on
Commit
67a3186
1 Parent(s): ce41c1d
Files changed (1) hide show
  1. templates/experiment.html +1 -1
templates/experiment.html CHANGED
@@ -119,7 +119,7 @@
119
  <div class="task-description">
120
  <p>Please note that in select row function, starting index is 0 for Chain-of-Table and 1 for Dater and Index * represents the selection for all rows.</p>
121
  <p class="highlight">Based on the explanation below, please guess what the AI model will predict on the input Statement below.</p>
122
- <h2><strong>Statement:</strong> {{ statement | safe }}</h2>
123
  </div>
124
 
125
  <div class="visualization-container">
 
119
  <div class="task-description">
120
  <p>Please note that in select row function, starting index is 0 for Chain-of-Table and 1 for Dater and Index * represents the selection for all rows.</p>
121
  <p class="highlight">Based on the explanation below, please guess what the AI model will predict on the input Statement below.</p>
122
+ <h2>{{ statement | safe }}</h2>
123
  </div>
124
 
125
  <div class="visualization-container">