martin-gorner HF staff commited on
Commit
64919f8
1 Parent(s): 75d3662

fixed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(fill_width=True, title="Keras demo", css=CSS) as demo:
245
  container=False,
246
  )
247
  gr.HTML(
248
- "<H2> Battle of the Keras chatbots on TPU</H2>"
249
  + "All the models are loaded into the TPU memory. "
250
  + "You can call any of them and compare their answers. "
251
  + "The entire chat<br/>history is fed to the models at every submission. "
 
245
  container=False,
246
  )
247
  gr.HTML(
248
+ "<H2>Keras chatbot arena - running with JAX on TPU</H2>"
249
  + "All the models are loaded into the TPU memory. "
250
  + "You can call any of them and compare their answers. "
251
  + "The entire chat<br/>history is fed to the models at every submission. "