Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -217,11 +217,11 @@
|
|
217 |
|
218 |
<div class="chart-container">
|
219 |
<div class="chart">
|
220 |
-
<img src="
|
221 |
<div class="chart-caption">Figure 1: Accuracy by Mathematical Operation (%)</div>
|
222 |
</div>
|
223 |
<div class="chart">
|
224 |
-
<img src="
|
225 |
<div class="chart-caption">Figure 2: Correct vs Incorrect Answers (100 questions each)</div>
|
226 |
</div>
|
227 |
</div>
|
|
|
217 |
|
218 |
<div class="chart-container">
|
219 |
<div class="chart">
|
220 |
+
<img src="acc.png" alt="Chart showing model accuracy by operation type">
|
221 |
<div class="chart-caption">Figure 1: Accuracy by Mathematical Operation (%)</div>
|
222 |
</div>
|
223 |
<div class="chart">
|
224 |
+
<img src="numb.png" alt="Chart showing model performance on math problems">
|
225 |
<div class="chart-caption">Figure 2: Correct vs Incorrect Answers (100 questions each)</div>
|
226 |
</div>
|
227 |
</div>
|