Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	File size: 578 Bytes
			
			| 04f495f 33fdae0 04f495f d9a8c9b 04f495f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 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)
 | 
