adpinzonp commited on
Commit
8ce9d18
·
verified ·
1 Parent(s): 325e30a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks(css="""
216
  /* Make the HTML tables scrollable horizontally if wide */
217
  .table-wrap { overflow-x: auto; }
218
  """) as demo:
219
- gr.Markdown("## LLM Benchmarks — Live from Google Sheets")
220
 
221
  with gr.Row():
222
  reload_btn = gr.Button("Reload", variant="primary", scale=1)
 
216
  /* Make the HTML tables scrollable horizontally if wide */
217
  .table-wrap { overflow-x: auto; }
218
  """) as demo:
219
+ gr.Markdown("## LLM Benchmarks")
220
 
221
  with gr.Row():
222
  reload_btn = gr.Button("Reload", variant="primary", scale=1)