Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,17 +20,17 @@ with gr.Blocks(css="""
|
|
| 20 |
</div>
|
| 21 |
""")
|
| 22 |
gr.HTML("""
|
| 23 |
-
<
|
| 24 |
<a href="https://arxiv.org/pdf/2505.05315">
|
| 25 |
<img src="https://img.shields.io/badge/paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white" />
|
| 26 |
</a>
|
| 27 |
<a href="https://huggingface.co/collections/Salesforce/elastic-reasoning-682b4bba108d6ea0a8bab275">
|
| 28 |
-
<img src="https://img.shields.io/badge/E1-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor
|
| 29 |
</a>
|
| 30 |
<a href="https://github.com/SalesforceAIResearch/Elastic-Reasoning">
|
| 31 |
<img src="https://img.shields.io/badge/Elastic_Reasoning-000000?style=for-the-badge&logo=github&logoColor=white" />
|
| 32 |
</a>
|
| 33 |
-
</
|
| 34 |
""")
|
| 35 |
gr.Markdown(
|
| 36 |
"""
|
|
|
|
| 20 |
</div>
|
| 21 |
""")
|
| 22 |
gr.HTML("""
|
| 23 |
+
<div style="display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;">
|
| 24 |
<a href="https://arxiv.org/pdf/2505.05315">
|
| 25 |
<img src="https://img.shields.io/badge/paper-A42C25?style=for-the-badge&logo=arxiv&logoColor=white" />
|
| 26 |
</a>
|
| 27 |
<a href="https://huggingface.co/collections/Salesforce/elastic-reasoning-682b4bba108d6ea0a8bab275">
|
| 28 |
+
<img src="https://img.shields.io/badge/E1-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor" />
|
| 29 |
</a>
|
| 30 |
<a href="https://github.com/SalesforceAIResearch/Elastic-Reasoning">
|
| 31 |
<img src="https://img.shields.io/badge/Elastic_Reasoning-000000?style=for-the-badge&logo=github&logoColor=white" />
|
| 32 |
</a>
|
| 33 |
+
</div>
|
| 34 |
""")
|
| 35 |
gr.Markdown(
|
| 36 |
"""
|