Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CATWalk-NeurIPS authored Dec 3, 2023
1 parent 64f18cb commit 60bc7fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h3>Hyperedge Prediction:</h3>
<tr>
<td width=600px>
<center>
<img class="round" style="width:800px" src="./resources/he_result.png"/>
<img class="round" style="width:900px" src="./resources/he_result.png"/>
</center>
</td>
</tr>
Expand All @@ -310,7 +310,7 @@ <h3>Node Classification:</h3>
<tr>
<td width=600px>
<center>
<img class="round" style="width:600px" src="./resources/node_result.png"/>
<img class="round" style="width:550px" src="./resources/node_result.png"/>
</center>
</td>
</tr>
Expand All @@ -325,7 +325,7 @@ <h3>MLP-Mixer vs RNNs:</h3>
<tr>
<td width=600px>
<center>
<img class="round" style="width:500px" src="./resources/rnn_result.png"/>
<img class="round" style="width:800px" src="./resources/rnn_result.png"/>
</center>
</td>
</tr>
Expand Down

0 comments on commit 60bc7fe

Please sign in to comment.