Update app.py
Browse files
app.py
CHANGED
@@ -509,14 +509,11 @@ with gr.Blocks() as app:
|
|
509 |
"""
|
510 |
Made with ❤️ for SE Arena. If this work is useful to you, please consider citing:
|
511 |
```
|
512 |
-
@
|
513 |
-
title={SE Arena:
|
514 |
-
author={Zhimin
|
515 |
-
|
516 |
-
|
517 |
-
archivePrefix={arXiv},
|
518 |
-
primaryClass={cs.SE},
|
519 |
-
url={https://arxiv.org/abs/2502.01860}}
|
520 |
```
|
521 |
"""
|
522 |
)
|
|
|
509 |
"""
|
510 |
Made with ❤️ for SE Arena. If this work is useful to you, please consider citing:
|
511 |
```
|
512 |
+
@inproceedings{zhao2025se,
|
513 |
+
title={SE Arena: An Interactive Platform for Evaluating Foundation Models in Software Engineering},
|
514 |
+
author={Zhao, Zhimin},
|
515 |
+
booktitle={ACM international conference on AI Foundation Models and Software Engineering},
|
516 |
+
year={2025}}
|
|
|
|
|
|
|
517 |
```
|
518 |
"""
|
519 |
)
|