nitzanguetta commited on
Commit
979793a
1 Parent(s): 969a984

Add new leaderboard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import pandas as pd
3
 
4
 
5
- df = pd.read_table("wWHOOPS-Leaderboard-Full.tsv")
6
  headline = """# WHOOPS! Leaderboard Full
7
  To submit your results to the leaderboard, please add a "predictions" column to [this csv](https://huggingface.co/datasets/nlphuji/whoops/blob/main/whoops_dataset.csv), and send to [this mail](mailto:yonatanbitton1@gmail.com) or [this mail](mailto:whoops.benchmark@gmail.com,).
8
  """
 
2
  import pandas as pd
3
 
4
 
5
+ df = pd.read_table("WHOOPS-Leaderboard-Full.tsv")
6
  headline = """# WHOOPS! Leaderboard Full
7
  To submit your results to the leaderboard, please add a "predictions" column to [this csv](https://huggingface.co/datasets/nlphuji/whoops/blob/main/whoops_dataset.csv), and send to [this mail](mailto:yonatanbitton1@gmail.com) or [this mail](mailto:whoops.benchmark@gmail.com,).
8
  """