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 **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. - **Open Testset**: `IqraEval/open_testset` """ return gr.Markdown(text)