piotr-szleg-bards-ai commited on
Commit
74c94d1
·
1 Parent(s): af0f390

2024-02-14 15:16:39 Publish script update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -207,13 +207,13 @@ def display_plot(plot_df_row):
207
  gr.Markdown(str(row["description"]))
208
 
209
  with gr.Blocks() as demo:
210
- gr.HTML("<h1>LLM Board</h1>")
211
 
212
  with gr.Row():
213
  filter_textbox.render()
214
  filter_button.render()
215
  gr.Markdown(
216
- "\* You can use `|` operator to display multiple models at once, for example \"gpt|mistral|zephyr\""
217
  )
218
 
219
  with gr.Tab("About this project"):
 
207
  gr.Markdown(str(row["description"]))
208
 
209
  with gr.Blocks() as demo:
210
+ gr.HTML("<h1>Performance LLM Board</h1>")
211
 
212
  with gr.Row():
213
  filter_textbox.render()
214
  filter_button.render()
215
  gr.Markdown(
216
+ "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\* You can use `|` operator to display multiple models at once, for example \"gpt|mistral|zephyr\""
217
  )
218
 
219
  with gr.Tab("About this project"):