Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,19 @@ with gr.Blocks(css="""
|
|
18 |
</div>
|
19 |
<br>
|
20 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
""")
|
22 |
gr.Markdown(
|
23 |
"""
|
|
|
18 |
</div>
|
19 |
<br>
|
20 |
</div>
|
21 |
+
""")
|
22 |
+
gr.HTML("""
|
23 |
+
<p align="center">
|
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=000" />
|
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 |
+
</p>
|
34 |
""")
|
35 |
gr.Markdown(
|
36 |
"""
|