winglian commited on
Commit
030d93c
1 Parent(s): a6ce495

newline for markdown formatting

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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({})