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 **iqraeval-submissions@googlegroups.com**. 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)