cwchen-cm commited on
Commit
26f6716
·
1 Parent(s): a10fd08

remove css

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def load_data():
27
 
28
  df = load_data()
29
 
30
- with gr.Blocks(css=css) as demo:
31
  gr.Markdown("# In-Context Learning Embedding and Reranker Benchmark (ICLERB) Leaderboard")
32
  gr.Markdown("## Introduction\nIn-Context Learning Embedding and Rerankers Benchmark (ICLERB) is a benchmark to evaluate embedding and reranking models used to retrieve examples for In-Context Learning (ICL). The methodology is described in this [paper](). ")
33
  gr.Markdown("## Leaderboard")
 
27
 
28
  df = load_data()
29
 
30
+ with gr.Blocks() as demo:
31
  gr.Markdown("# In-Context Learning Embedding and Reranker Benchmark (ICLERB) Leaderboard")
32
  gr.Markdown("## Introduction\nIn-Context Learning Embedding and Rerankers Benchmark (ICLERB) is a benchmark to evaluate embedding and reranking models used to retrieve examples for In-Context Learning (ICL). The methodology is described in this [paper](). ")
33
  gr.Markdown("## Leaderboard")