lovodkin93 commited on
Commit
b012910
1 Parent(s): e8f197b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -5,7 +5,10 @@ df = pd.read_csv('FuseReviews_leaderboard.csv')
5
 
6
  headline = """# FuseReviews Leaderboard
7
 
8
- When submitting your results to the leaderboard, please make sure it is in a csv file with a single column "predictions". Make sure the predictions align to the testset order. Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
 
 
 
9
  Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link.
10
  """
11
  demo = gr.Blocks()
 
5
 
6
  headline = """# FuseReviews Leaderboard
7
 
8
+ To submit your results to the leaderboard, Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
9
+
10
+ Please make sure you send your results is in a csv file with a single column "predictions", and that the predictions align to the testset order.
11
+
12
  Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link.
13
  """
14
  demo = gr.Blocks()