Spaces:
Running
Running
Update submission.py
Browse files- submission.py +1 -1
submission.py
CHANGED
@@ -3,7 +3,7 @@ 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 **teamName_submission.csv** and a CSV (with columns `
|
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`
|
|
|
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 **teamName_submission.csv** and a CSV (with columns `ID`,`Labels`) for the `IqraEval/open_testset` to **[email protected]**. 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`
|