Commit
·
67d72d8
1
Parent(s):
787f657
update
Browse files- templates/cot_intro.html +0 -1
- templates/dater_intro.html +0 -1
- templates/pos_intro.html +0 -1
templates/cot_intro.html
CHANGED
@@ -109,7 +109,6 @@
|
|
109 |
<h2>Chain-of-Table Example</h2>
|
110 |
<iframe src="htmls_COT/TP/test-0.html"></iframe>
|
111 |
<h2>Final Prediction: TRUE</h2>
|
112 |
-
<!-- <button onclick="location.href='{{ url_for('experiment') }}'">Proceed to Experiment</button>-->
|
113 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
114 |
</div>
|
115 |
</body>
|
|
|
109 |
<h2>Chain-of-Table Example</h2>
|
110 |
<iframe src="htmls_COT/TP/test-0.html"></iframe>
|
111 |
<h2>Final Prediction: TRUE</h2>
|
|
|
112 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
113 |
</div>
|
114 |
</body>
|
templates/dater_intro.html
CHANGED
@@ -101,7 +101,6 @@
|
|
101 |
<h2>Dater Example</h2>
|
102 |
<iframe src="htmls_DATER/TP/test-0.html"></iframe>
|
103 |
<h2>Final Prediction: TRUE</h2>
|
104 |
-
<!-- <button onclick="location.href='{{ url_for('experiment') }}'">Proceed to Experiment</button>-->
|
105 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
106 |
</div>
|
107 |
</body>
|
|
|
101 |
<h2>Dater Example</h2>
|
102 |
<iframe src="htmls_DATER/TP/test-0.html"></iframe>
|
103 |
<h2>Final Prediction: TRUE</h2>
|
|
|
104 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
105 |
</div>
|
106 |
</body>
|
templates/pos_intro.html
CHANGED
@@ -112,7 +112,6 @@
|
|
112 |
<h2>Plan-of-SQLs Example</h2>
|
113 |
<iframe src="htmls_POS/TP/test-0.html"></iframe>
|
114 |
<h2>Final Prediction: TRUE</h2>
|
115 |
-
<!-- <button onclick="location.href='{{ url_for('experiment') }}'">Proceed to Experiment</button>-->
|
116 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
117 |
</div>
|
118 |
</body>
|
|
|
112 |
<h2>Plan-of-SQLs Example</h2>
|
113 |
<iframe src="htmls_POS/TP/test-0.html"></iframe>
|
114 |
<h2>Final Prediction: TRUE</h2>
|
|
|
115 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
116 |
</div>
|
117 |
</body>
|