nitzanguetta commited on
Commit
b9a6953
1 Parent(s): 3c8e76e

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
  df = pd.read_table("WHOOPS_Explanation_of_Violation_Leaderboard.tsv")
5
- headline = """# WHOOPS Leaderboard
6
  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,).
7
  """
8
 
 
2
  import pandas as pd
3
 
4
  df = pd.read_table("WHOOPS_Explanation_of_Violation_Leaderboard.tsv")
5
+ headline = """# WHOOPS! Leaderboard
6
  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,).
7
  """
8