Spaces:
Runtime error
Runtime error
<html><head> | |
<style> | |
body { font-family: Arial, sans-serif; margin: 20px; } | |
h1 { text-align: center; } | |
.cot-title { color: blue; } | |
.pos-title { color: green; } | |
h2 { color: black; text-align: left; } | |
h3 { color: black; text-align: left; } | |
h4 { color: darkslategray; } | |
table { width: 100%; border-collapse: collapse; margin: 20px 0; } | |
table, th, td { border: 1px solid #ddd; padding: 8px; } | |
th { background-color: #f2f2f2; } | |
tr:nth-child(even) { background-color: #f9f9f9; } | |
.highlight { background-color: #ffffcc; } | |
.true { color: green; } | |
.false { color: red; } | |
.highlighted-cell { background-color: yellow; cursor: pointer; } | |
.step-title { background-color: #f1f1f1; color: #444; padding: 10px; margin: 10px 0; font-size: 18px; border-left: 4px solid #888; } | |
.step { display: block; } | |
</style> | |
</head><body> | |
<h1 class="pos-title">Plan-of-SQLs (Ours)</h1> | |
<hr> | |
<h3><span>Statement:</span> larisa latyna has seven less medals than carl osbum</h3> | |
<h3>Ground-truth:</span> FALSE</h3> | |
<h3>Input Table: list of multiple olympic medalists</h3> | |
<div class="step"> | |
<div class="step"> | |
<div class="step-title">Step 1: Select rows where 'athlete' is 'larisa latynina'.</div> | |
<div id="step-1" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">james connolly</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>triple jump g</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alexandre tuffère</span></td> | |
<td>france</td> | |
<td>athletics</td> | |
<td>triple jump s</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ioannis persakis</span></td> | |
<td>greece</td> | |
<td>athletics</td> | |
<td>triple jump b</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">robert garrett</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>discus g</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">panagiotis paraskevopoulos</span></td> | |
<td>greece</td> | |
<td>athletics</td> | |
<td>discus s</td> | |
</tr> | |
<tr> | |
<td>1</td> | |
<td>1896-04-06</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">sotirios versis</span></td> | |
<td>greece</td> | |
<td>athletics</td> | |
<td>discus b</td> | |
</tr> | |
<tr> | |
<td>2</td> | |
<td>1896-04-07</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">robert garrett</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>long jump s</td> | |
</tr> | |
<tr> | |
<td>2</td> | |
<td>1896-04-07</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">james connolly</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>long jump b</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td>1896-04-07</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">robert garrett</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>shot put g</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td>1896-04-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">carl schuhmann</span></td> | |
<td>germany</td> | |
<td>gymnastics</td> | |
<td>vault g</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td>1896-04-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hermann weingärtner</span></td> | |
<td>germany</td> | |
<td>gymnastics</td> | |
<td>vault b</td> | |
</tr> | |
<tr> | |
<td>4</td> | |
<td>1896-04-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hermann weingärtner</span></td> | |
<td>germany</td> | |
<td>gymnastics</td> | |
<td>pommel horse s</td> | |
</tr> | |
<tr> | |
<td>5</td> | |
<td>1896-04-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hermann weingärtner</span></td> | |
<td>germany</td> | |
<td>gymnastics</td> | |
<td>rings s</td> | |
</tr> | |
<tr> | |
<td>6</td> | |
<td>1896-04-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">hermann weingärtner</span></td> | |
<td>germany</td> | |
<td>gymnastics</td> | |
<td>horizontal bar g</td> | |
</tr> | |
<tr> | |
<td>6</td> | |
<td>1900-07-16</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">robert garrett</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>standing triple jump b</td> | |
</tr> | |
<tr> | |
<td>6</td> | |
<td>1904-09-03</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ray ewry</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>standing triple jump g</td> | |
</tr> | |
<tr> | |
<td>7</td> | |
<td>1908-07-20</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ray ewry</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>standing long jump g</td> | |
</tr> | |
<tr> | |
<td>8</td> | |
<td>1908-07-23</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ray ewry</span></td> | |
<td>united states</td> | |
<td>athletics</td> | |
<td>standing high jump g</td> | |
</tr> | |
<tr> | |
<td>8</td> | |
<td>1920-07-29</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">carl osburn</span></td> | |
<td>united states</td> | |
<td>shooting</td> | |
<td>team 300 m / 600 m military rifle , prone g</td> | |
</tr> | |
<tr> | |
<td>9</td> | |
<td>1920-07-30</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">carl osburn</span></td> | |
<td>united states</td> | |
<td>shooting</td> | |
<td>300 m military rifle , standing g</td> | |
</tr> | |
<tr> | |
<td>10</td> | |
<td>1920-07-31</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">carl osburn</span></td> | |
<td>united states</td> | |
<td>shooting</td> | |
<td>team free rifle g</td> | |
</tr> | |
<tr> | |
<td>11</td> | |
<td>1924-06-27</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">carl osburn</span></td> | |
<td>united states</td> | |
<td>shooting</td> | |
<td>600 m free rifle s</td> | |
</tr> | |
<tr> | |
<td>11</td> | |
<td>1928-08-03</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">paavo nurmi</span></td> | |
<td>finland</td> | |
<td>athletics</td> | |
<td>5000 m s</td> | |
</tr> | |
<tr> | |
<td>12</td> | |
<td>1928-08-04</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">paavo nurmi</span></td> | |
<td>finland</td> | |
<td>athletics</td> | |
<td>3000 m steeplechase s</td> | |
</tr> | |
<tr> | |
<td>12</td> | |
<td>1960-09-02</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">edoardo mangiarotti</span></td> | |
<td>italy</td> | |
<td>fencing</td> | |
<td>team foil s</td> | |
</tr> | |
<tr> | |
<td>13</td> | |
<td>1960-09-09</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">edoardo mangiarotti</span></td> | |
<td>italy</td> | |
<td>fencing</td> | |
<td>team épée g</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">13</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-21</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">team g</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">14</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-21</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">all - around s</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">15</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-22</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">vault s</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">16</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-22</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">uneven bars b</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">17</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-23</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">balance beam b</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">18</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-23</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">floor exercise g</span></td> | |
</tr> | |
<tr> | |
<td>18</td> | |
<td>2012-07-31</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">michael phelps</span></td> | |
<td>united states</td> | |
<td>swimming</td> | |
<td>200 m butterfly s</td> | |
</tr> | |
<tr> | |
<td>19</td> | |
<td>2012-07-31</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">michael phelps</span></td> | |
<td>united states</td> | |
<td>swimming</td> | |
<td>4 x 200 m freestyle g</td> | |
</tr> | |
<tr> | |
<td>20</td> | |
<td>2012-08-02</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">michael phelps</span></td> | |
<td>united states</td> | |
<td>swimming</td> | |
<td>200 m individual medley g</td> | |
</tr> | |
<tr> | |
<td>21</td> | |
<td>2012-08-03</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">michael phelps</span></td> | |
<td>united states</td> | |
<td>swimming</td> | |
<td>100 m butterfly g</td> | |
</tr> | |
<tr> | |
<td>22</td> | |
<td>2012-08-04</td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">michael phelps</span></td> | |
<td>united states</td> | |
<td>swimming</td> | |
<td>4 100 m medley relay g</td> | |
</tr> | |
</table> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 2: Extract the number of medals won by Larisa Latynina from the 'medal_count' column to add column 'larisa_medals' to existing table.</div> | |
<div id="step-0" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">13</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-21</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">team g</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">14</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-21</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">all - around s</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">15</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-22</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">vault s</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">16</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-22</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">uneven bars b</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">17</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-23</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">balance beam b</span></td> | |
</tr> | |
<tr> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">18</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1964-10-23</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">larisa latynina</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">soviet union</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">gymnastics</span></td> | |
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">floor exercise g</span></td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 3: Select rows where 'athlete' is 'carl osburn'.</div> | |
<div id="step-1" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
<td>larisa_medals</td> | |
</tr> | |
<tr> | |
<td>13</td> | |
<td>1964-10-21</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>team g</td> | |
<td>13</td> | |
</tr> | |
<tr> | |
<td>14</td> | |
<td>1964-10-21</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>all - around s</td> | |
<td>14</td> | |
</tr> | |
<tr> | |
<td>15</td> | |
<td>1964-10-22</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>vault s</td> | |
<td>15</td> | |
</tr> | |
<tr> | |
<td>16</td> | |
<td>1964-10-22</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>uneven bars b</td> | |
<td>16</td> | |
</tr> | |
<tr> | |
<td>17</td> | |
<td>1964-10-23</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>balance beam b</td> | |
<td>17</td> | |
</tr> | |
<tr> | |
<td>18</td> | |
<td>1964-10-23</td> | |
<td>larisa latynina</td> | |
<td>soviet union</td> | |
<td>gymnastics</td> | |
<td>floor exercise g</td> | |
<td>18</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 4: Extract the number of medals won by Carl Osburn from the 'medal_count' column to add column 'carl_medals' to existing table.</div> | |
<div id="step-2" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
<td>larisa_medals</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 5: Subtract the value in 'larisa_medals' from the value in 'carl_medals' to add column 'medal_difference' to existing table.</div> | |
<div id="step-3" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
<td>larisa_medals</td> | |
<td>carl_medals</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 6: Select rows where 'medal_difference' is equal to -7.</div> | |
<div id="step-4" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
<td>larisa_medals</td> | |
<td>carl_medals</td> | |
<td>medal_difference</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Step 7: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.</div> | |
<div id="step-5" class="content"> | |
<table> | |
<tr> | |
<td>medal_count</td> | |
<td>date</td> | |
<td>athlete</td> | |
<td>nation</td> | |
<td>sport</td> | |
<td>record_medal_event</td> | |
<td>larisa_medals</td> | |
<td>carl_medals</td> | |
<td>medal_difference</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"> | |
<div class="step-title">Final output table:</div> | |
<div id="step-6" class="content"> | |
<table> | |
<tr> | |
<td>verification_result</td> | |
</tr> | |
<tr> | |
<td>FALSE</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<hr> | |
<div class="step"><h3><span class="true">Prediction: FALSE </span></h3> | |
<h3>Ground-truth:</span> FALSE</h3></div> | |
</body></html> | |