fzarnecki commited on
Commit
207bddc
·
1 Parent(s): ac73434

Display fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -624,7 +624,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=js_func) as demo:
624
  gr.Markdown(
625
  """
626
  <div style='text-align: center;'>
627
- <h1>📶 LLMLagBench - When did your LLM go stale?</h1>
628
  </div>
629
  """
630
  )
 
624
  gr.Markdown(
625
  """
626
  <div style='text-align: center;'>
627
+ <h1>📶 LLMLagBench - All LLMs lag behind</h1>
628
  </div>
629
  """
630
  )