luulinh90s commited on
Commit
4e6b8bd
1 Parent(s): c3c8897
Files changed (1) hide show
  1. templates/experiment.html +2 -1
templates/experiment.html CHANGED
@@ -119,8 +119,9 @@
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
- <p><strong>Task:</strong> {{ statement | safe }}</p>
123
  </div>
 
124
  <div class="visualization-container">
125
  <iframe src="{{ visualization }}"></iframe>
126
  </div>
 
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">
126
  <iframe src="{{ visualization }}"></iframe>
127
  </div>