Spaces:
Runtime error
Runtime error
add citation banner
Browse files
app.py
CHANGED
@@ -337,6 +337,15 @@ with gr.Blocks() as app:
|
|
337 |
"Newman Modularity Score",
|
338 |
],
|
339 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
with gr.Tab("⚔️Arena"):
|
341 |
# Add title and description as a Markdown component
|
342 |
arena_intro = gr.Markdown(
|
|
|
337 |
"Newman Modularity Score",
|
338 |
],
|
339 |
)
|
340 |
+
# Add a citation block in Markdown
|
341 |
+
citation_component = gr.Markdown(
|
342 |
+
"""
|
343 |
+
Made with ❤️ for SE Arena. If this work is useful to you, please consider citing:
|
344 |
+
```
|
345 |
+
[TODO]
|
346 |
+
```
|
347 |
+
"""
|
348 |
+
)
|
349 |
with gr.Tab("⚔️Arena"):
|
350 |
# Add title and description as a Markdown component
|
351 |
arena_intro = gr.Markdown(
|