Leaderboard / submission.py
01Yassine's picture
Update submission.py
33fdae0 verified
raw
history blame contribute delete
578 Bytes
import gradio as gr
def render_submission_page():
text = r"""
**Submit Your System**
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.
- Each team may submit up to 2 times per day. Only the best results from each team will be displayed on the leaderboard.
- **Open Testset**: `IqraEval/open_testset`
"""
return gr.Markdown(text)