Spaces:
Sleeping
Sleeping
woletee
commited on
Commit
·
9b6d8e1
1
Parent(s):
de5f091
this is the final edit that I will make to this hugging face code and I think the model code is working fine now to some extent
Browse files- templates/results.html +3 -2
templates/results.html
CHANGED
|
@@ -69,11 +69,12 @@
|
|
| 69 |
<h2>Training Input / Output Pairs with Concepts</h2>
|
| 70 |
<div id="pairs-container"></div>
|
| 71 |
|
|
|
|
|
|
|
|
|
|
| 72 |
<h2>Test Input / Ground Truth / Predicted Outputs</h2>
|
| 73 |
<div id="test-pairs-container"></div>
|
| 74 |
|
| 75 |
-
<h2>Best Program</h2>
|
| 76 |
-
<pre>{{ best_program }}</pre>
|
| 77 |
|
| 78 |
<script>
|
| 79 |
const inputOutputPairs = {{ input_output_pairs | tojson | safe }};
|
|
|
|
| 69 |
<h2>Training Input / Output Pairs with Concepts</h2>
|
| 70 |
<div id="pairs-container"></div>
|
| 71 |
|
| 72 |
+
<h2>Best Program</h2>
|
| 73 |
+
<pre>{{ best_program }}</pre>
|
| 74 |
+
|
| 75 |
<h2>Test Input / Ground Truth / Predicted Outputs</h2>
|
| 76 |
<div id="test-pairs-container"></div>
|
| 77 |
|
|
|
|
|
|
|
| 78 |
|
| 79 |
<script>
|
| 80 |
const inputOutputPairs = {{ input_output_pairs | tojson | safe }};
|