Commit
·
a11a828
1
Parent(s):
67d72d8
update
Browse files- templates/cot_intro.html +1 -1
templates/cot_intro.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107 |
<p>This step just inputs the Statement and the final simplified table to the model to ask for the verification.</p>
|
108 |
</div>
|
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>
|
|
|
107 |
<p>This step just inputs the Statement and the final simplified table to the model to ask for the verification.</p>
|
108 |
</div>
|
109 |
<h2>Chain-of-Table Example</h2>
|
110 |
+
<iframe src="https://huggingface.co/spaces/luulinh90s/Tabular-LLM-Study-Forward-Simulation/blob/main/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>
|