Spaces:
Runtime error
Runtime error
newline for markdown formatting
Browse files
app.py
CHANGED
@@ -278,6 +278,7 @@ with gr.Blocks() as arena:
|
|
278 |
gr.Markdown(f"""
|
279 |
### TBD
|
280 |
- This is very much a work-in-progress, if you'd like to help build this out, join us on [Discord](https://discord.gg/QYF8QrtEUm)
|
|
|
281 |
{dataset_to_markdown(elo_scores)}
|
282 |
""")
|
283 |
state = gr.State({})
|
|
|
278 |
gr.Markdown(f"""
|
279 |
### TBD
|
280 |
- This is very much a work-in-progress, if you'd like to help build this out, join us on [Discord](https://discord.gg/QYF8QrtEUm)
|
281 |
+
|
282 |
{dataset_to_markdown(elo_scores)}
|
283 |
""")
|
284 |
state = gr.State({})
|