mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
abs path for images (#449)
* abs path for images * width and height outside of style
This commit is contained in:
committed by
GitHub
parent
2a57a95ca2
commit
84958baa69
@@ -1,9 +1,9 @@
|
||||
<p align="center">
|
||||
<!-- title -->
|
||||
<h1 align="center"><img src="./assets/icon.png" alt="Reasoning Gym Logo" style="vertical-align: bottom; width: 54px; height: 40px;"> Reasoning Gym</h1>
|
||||
<h1 align="center"><img src="https://github.com/open-thought/reasoning-gym/blob/main/assets/icon.png" alt="Reasoning Gym Logo" style="vertical-align: bottom;" width="54px" height="40px"> Reasoning Gym</h1>
|
||||
<!-- teaser -->
|
||||
<p align="center">
|
||||
<img src="./assets/examples.png" width="800px">
|
||||
<img src="https://github.com/open-thought/reasoning-gym/blob/main/assets/examples.png" width="800px">
|
||||
</p>
|
||||
<!-- badges -->
|
||||
<p align="center">
|
||||
|
||||
Reference in New Issue
Block a user