Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -509,15 +509,16 @@ with gr.Blocks() as app:
|
|
| 509 |
citation_component = gr.Markdown(
|
| 510 |
"""
|
| 511 |
Made with ❤️ for SE Arena. If this work is useful to you, please consider citing:
|
| 512 |
-
|
|
|
|
| 513 |
title={SE Arena: Benchmarking Software Engineering Chatbots with Iterative Interactions},
|
| 514 |
author={Zhimin Zhao},
|
| 515 |
year={2025},
|
| 516 |
eprint={2502.01860},
|
| 517 |
archivePrefix={arXiv},
|
| 518 |
primaryClass={cs.SE},
|
| 519 |
-
url={https://arxiv.org/abs/2502.01860}
|
| 520 |
-
|
| 521 |
"""
|
| 522 |
)
|
| 523 |
with gr.Tab("⚔️Arena"):
|
|
|
|
| 509 |
citation_component = gr.Markdown(
|
| 510 |
"""
|
| 511 |
Made with ❤️ for SE Arena. If this work is useful to you, please consider citing:
|
| 512 |
+
```
|
| 513 |
+
@misc{zhao2025searenabenchmarkingsoftware,
|
| 514 |
title={SE Arena: Benchmarking Software Engineering Chatbots with Iterative Interactions},
|
| 515 |
author={Zhimin Zhao},
|
| 516 |
year={2025},
|
| 517 |
eprint={2502.01860},
|
| 518 |
archivePrefix={arXiv},
|
| 519 |
primaryClass={cs.SE},
|
| 520 |
+
url={https://arxiv.org/abs/2502.01860}}
|
| 521 |
+
```
|
| 522 |
"""
|
| 523 |
)
|
| 524 |
with gr.Tab("⚔️Arena"):
|