Jellyfish042 commited on
Commit
c96965d
β€’
1 Parent(s): 12d9ced
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,9 +292,9 @@ css = '''
292
  '''
293
 
294
  with gr.Blocks(css=css) as demo:
295
- gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">πŸ† Uncheatable Eval Leaderboard</span></h1>')
296
  gr.HTML(
297
- "<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval, where fancy fine-tuning and cheating won’t work 🚫; only compute πŸ’», data πŸ“Š, and real innovation πŸ”₯ can prevail!</span></h1>")
298
  with gr.Tabs() as tabs:
299
  with gr.Tab("πŸ† Leaderboard"):
300
  with gr.Row():
 
292
  '''
293
 
294
  with gr.Blocks(css=css) as demo:
295
+ gr.HTML('<h1 style="text-align:center"><span style="font-size:1.3em">πŸ† LLM Compression Leaderboard</span></h1>')
296
  gr.HTML(
297
+ "<h1 style='text-align:center'><span style='font-size:0.8em'>Welcome to Uncheatable Eval LLM Compression Leaderboard, where fancy fine-tuning and cheating won’t work 🚫; only compute πŸ’», data πŸ“Š, and real innovation πŸ”₯ can prevail!</span></h1>")
298
  with gr.Tabs() as tabs:
299
  with gr.Tab("πŸ† Leaderboard"):
300
  with gr.Row():