01Yassine commited on
Commit
d9a8c9b
·
verified ·
1 Parent(s): c4a0708

Update submission.py

Browse files
Files changed (1) hide show
  1. submission.py +2 -1
submission.py CHANGED
@@ -3,8 +3,9 @@ import gradio as gr
3
  def render_submission_page():
4
  text = r"""
5
  **Submit Your System**
6
- Want to see your model on the Iqra’Eval leaderboard? Send your **team_name** and a CSV (with columns `id`,`predicted_sequence`) for the `IqraEval/open_testset` to **challenge@iqraeval.org**. We’ll handle the evaluation and add your entry automatically.
7
 
 
8
  - **Open Testset**: `IqraEval/open_testset`
9
 
10
  """
 
3
  def render_submission_page():
4
  text = r"""
5
  **Submit Your System**
6
+ Want to see your model on the Iqra’Eval leaderboard? Send your **team_name** and a CSV (with columns `id`,`predicted_sequence`) for the `IqraEval/open_testset` to **iqraeval-submissions@googlegroups.com**. We’ll handle the evaluation and add your entry automatically.
7
 
8
+ - Each team may submit up to 2 times per day. Only the best results from each team will be displayed on the leaderboard.
9
  - **Open Testset**: `IqraEval/open_testset`
10
 
11
  """