Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -509,9 +509,15 @@ 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 |
-
|
514 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
"""
|
516 |
)
|
517 |
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 |
+
```@misc{zhao2025searenabenchmarkingsoftware,
|
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"):
|